DocList_Create

This function creates the document list window.

HWND DocList_Create (
  PDOCLISTCREATE pDLC
);

Parameters

  • pDLC
    Reference to a DOCLISTCREATE structure that contains the parameters for the document list view window to be created.

Return Values

If successful, this function returns a handle to the newly created document list object. This function returns NULL on failure.

Requirements

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

See Also

DOCLISTCREATE

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.