Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The CPL_INQUIREmessage is not supported in Windows Mobile software. The CPL_NEWINQUIREmessage is used instead.

Syntax

#define CPL_INQUIRE  3

uAppNum = (UINT) lParam1;

lpCPLi = (LPCPLINFO) lParam2;

Parameters

uAppNum

The ID number of the application being requested. This number is in the range of zero through one less than the number of applications supported by the CPlAppletfunction.

lpCPLi

Long pointer to a CPLINFOstructure. The CPlAppletfunction must fill this structure with information about the application.

Return Value

Zero indicates that the CPlAppletfunction processed this message successfully. Nonzero indicates otherwise.

Remarks

The CPL_INQUIREmessage is not supported in Windows Mobile software. On the desktop versions of Windows, the Control Panel sends the CPL_NEWINQUIREmessage once for each application supported by the CPlAppletfunction. The Control Panel sends the CPL_INQUIREmessage only if CPlAppletdoes not successfully process the CPL_NEWINQUIREmessage.

Requirements

Header cpl.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2000 and later

See Also