检索与此字段的基元类型。
HRESULT GetPrimitiveType (
DWORD* pdwType
);
int GetPrimitiveType (
out uint pdwType
);
参数
- pdwType
[out] 表示基元类型从 CorElementType 枚举 的值。
返回值
如果成功,则返回; S_OK否则,返回 S_FALSE。
检索与此字段的基元类型。
HRESULT GetPrimitiveType (
DWORD* pdwType
);
int GetPrimitiveType (
out uint pdwType
);
如果成功,则返回; S_OK否则,返回 S_FALSE。