Directory Services

CQPM_PERSIST

The CQPM_PERSIST message is sent to the CQPageProc callback function of a query form extension page to allow the page to read or write query data from persistent memory.

Parameters

wParam
Contains non-zero to read the query data or zero to write the query data.
lParam
Pointer to an IPersistQuery interface that the query data should be read from or written to.

Return Values

Returns S_OK if successful or a standard HRESULT error code otherwise.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Header: Declared in Cmnquery.h.

See Also

CQPageProc, IPersistQuery