IErrorInfo::GetHelpFile

OLE DB Programmer's Reference

Returns the path of the Help file that describes the error.

HRESULT GetHelpFile (    BSTR *pbstrHelpFile);

Parameters

pbstrHelpFile
[out]
A pointer to memory in which to return a pointer to a string containing the fully qualified path of the Help file. If there is no Help file or an error occurs, the returned value (*pbstrHelpFile) is set to a null pointer. The memory for this string is allocated by the provider and must be freed by the consumer with a call to SysFreeString.

Return Code

S_OK
The method succeeded.
E_INVALIDARG
pbstrHelpFile was a null pointer.
E_OUTOFMEMORY
The provider was unable to allocate sufficient memory in which to return the Help file path.
DB_E_NOLOCALE
The locale ID specified by the lcid parameter in IErrorRecords::GetErrorInfo was not supported by the provider.

Comments

The implementation of this method shipped with the MDAC SDK calls IErrorLookup::GetHelpInfo to retrieve the path of the Help file.

See Also

IErrorInfo::GetHelpContext | IErrorLookup::GetHelpInfo

1998-2001 Microsoft Corporation. All rights reserved.



Microsoft Ole Db 2.0 Programmer's Reference and Data Access SDK
Microsoft OLE DB 2.0 Programmers Reference and Data Access SDK (Microsoft Professional Editions)
ISBN: 0735605904
EAN: 2147483647
Year: 1998
Pages: 1083

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net