Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the primitive type that is associated with this field.
HRESULT GetPrimitiveType (
DWORD* pdwType
);
int GetPrimitiveType (
out uint pdwType
);
Parameters
- pdwType
[out] Value from the CorElementType Enumeration that represents the primitive type.
Return Value
If successful, returns S_OK; otherwise, returns S_FALSE.