Jump to content

HM_SET_USERDATA

From EDM2

The application sends this message to IPF to store data in the IPF data area.

Syntax

param1
ULONG ulReserved; /* Reserved value, should be 0. */

param2
VOID usrdata;    /* 4-byte user data area. */

Parameters

ulReserved (ULONG) - input
Reserved value, should be 0.
usrdata (VOID) - input
4-byte user data area.

Returns

rc (ULONG) - return
Return code.
TRUE: The user data was successfully stored.
FALSE: The call failed.

Default Processing

None.