FDO API Reference Feature Data Objects
FDO_API_COMMON FdoStringP::FdoStringP ( FdoString wValue,
FdoBoolean  bAttach = false 
)

Creates a string from a unicode (FdoString) string.

Parameters:
wValue the unicode string
bAttach true: just point to the given string without copying it to an internal buffer. The caller is responsible for ensuring that the given string is not deleted before this object. false: copy the given string to an internal buffer


Comments or suggestions? Send us feedback.