The intellisense for the CREATEGUID function indicates that there are 3 types of GUIDs that can be created:
CREATE_GUID_ANSI (default)
CREATE_GUID_UNICODE
CREATE_GUID_BINARY
but the constant references do not appear to exist in the VFP2C.H file. A little experimentation indicates that the appropriate values are 0, 1 & 2. Should these be added to the header file?
CREATE_GUID_ANSI (default)
CREATE_GUID_UNICODE
CREATE_GUID_BINARY
but the constant references do not appear to exist in the VFP2C.H file. A little experimentation indicates that the appropriate values are 0, 1 & 2. Should these be added to the header file?