|
|
|
ICreateErrorInfo Interface |
|
IID_ICreateErrorInfo |
{22F03340-547D-101B-8E65-08002B2BD119} |
|
The ICreateErrorInfo interface returns error information.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
ICreateErrorInfo Methods |
Description |
|
SetGUID |
Sets the GUID for the interface that defined the error. |
|
SetSource |
Sets the ProgID for the class or application that returned the error. |
|
SetDescription |
Sets a textual description of the error. |
|
SetHelpFile |
Sets the path of the Help file that describes the error. |
|
SetHelpContext |
Sets the Help context ID for the error. |
|
SetGUID |
|
FUNCTION ICreateErrorInfo_SetGUID ( _ BYVAL pthis AS DWORD PTR _ , BYREF rguid AS GUID _
) AS LONG
|
|
SetSource |
|
FUNCTION ICreateErrorInfo_SetSource ( _ BYVAL pthis AS DWORD PTR _ , BYVAL szSource AS STRING _
) AS
LONG
|
|
SetDescription |
|
FUNCTION ICreateErrorInfo_SetDescription ( _ BYVAL pthis AS DWORD PTR _ , BYVAL szDescription AS STRING _
)
AS LONG
|
|
SetHelpFile |
|
FUNCTION ICreateErrorInfo_SetHelpFile ( _ BYVAL pthis AS DWORD PTR _ , BYVAL szHelpFile AS STRING _
) AS
LONG
|
|
SetHelpContext |
|
FUNCTION ICreateErrorInfo_SetHelpContext ( _ BYVAL pthis AS DWORD PTR _ , BYVAL dwHelpContext AS DWORD _
)
AS LONG
|
Page last updated on Friday, 08 September 2006 20:47:24 +0200