This method returns the globally unique identifier (GUID) of the interface that defined the error.
At a Glance
Header file: | Oaidl.h |
Windows CE versions: | 2.0 and later |
Syntax
HRESULT GetGUID( GUID *pGUID );
Parameters
pGUID
Pointer to a GUID, or GUID_NULL, if the error was defined by the operating system.
Return Values
S_OK indicates success.
Remarks
IErrorInfo::GetGUID returns the GUID of the interface that defined the error. If the error was defined by the system, IErrorInfo::GetGUID returns GUID_NULL.
This GUID does not necessarily represent the source of the error. The source is the class or application that raised the error. Using the GUID, an application can handle errors in an interface, independent of the class that implements the interface.