Share via


IErrorInfo::GetGUID (Windows CE 5.0)

Send Feedback

This method returns the globally unique identifier (GUID) of the interface that defined the error.

HRESULT GetGUID( GUID* pGUID );

Parameters

  • pGUID
    [out] Pointer to a GUID, or GUID_NULL, if the error was defined by the operating system.

Return Values

If the method succeeds, the return value is S_OK.

Remarks

GetGUID returns the GUID of the interface that defined the error. If the error was defined by the system, 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.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Oaidl.h, Oaidl.idl.
Link Library: Oleaut32.lib, Uuid.lib.

See Also

IErrorInfo

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.