Contents Index Topic Contents | ||
Previous Topic: IQueryInfo::GetInfoFlags Next Topic: IReconcilableObject |
IQueryInfo::GetInfoTip
HRESULT GetInfoTip( DWORD dwFlags, LPWSTR *ppwszTip );Retrieves the info tip text information for an item.
- Returns NOERROR if the function succeeds, or an OLE-defined error value otherwise.
- dwFlags
- Not currently used.
- ppwszTip
- Address of a wide character string pointer that receives the tip string pointer. The memory for this buffer is allocated by the implementation using the shell's allocator (see SHGetMalloc). The calling application is responsible for freeing this memory when it is no longer needed by using the shell's allocator.
Version 4.71
See also IQueryInfo
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.