Share via


DLM_GETSELPATHNAME

Send Feedback

The DLM_GETSELPATHNAME message is sent by an application to retrieve the path name associated with the selected item.

Syntax

DLM_GETSELPATHNAME
  wParam = (WPARAM) size; 
  lParam = (LPARAM) pszPath;

Parameters

  • size
    Size of the buffer.
  • pszPath
    Reference to the path name buffer, the size of which is specified in the wParam parameter.

Return Values

Returns TRUE if the item exists.

Requirements

Pocket PC: Pocket PC 2002 and later.
OS Versions: Windows CE 3.0 and later.
Header: doclist.h.
Library: doclist.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.