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.
Gets the GUID of the record type.
Syntax
HRESULT GetGuid(
[out] GUID *pguid
);
Parameters
[out] pguid
The class GUID of the TypeInfo that describes the UDT.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Success. |
|
The state of the type library is not valid for this operation. |
|
One or more of the arguments is not valid. |
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | oaidl.h |