Contents Index Topic Contents | ||
Previous Topic: INewShortcutHook::GetFolder Next Topic: INewShortcutHook::GetReferent |
INewShortcutHook::GetName
HRESULT GetName( LPTSTR pszName, int cchName );Retrieves the file name of the shortcut object, without the extension.
- Returns NOERROR if successful, or an OLE-defined error code otherwise.
- pszName
- Address of a character buffer that receives the name.
- cchName
- Size of the buffer at pszName, in characters.
See also INewShortcutHook
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.