ItEv_SetPFKey 

Use

Sets the PFKey to be sent when the event structure is sent.

Syntax

DWORD DLEX ItEv_SetPFKey(PIT_EVENT pEvt, int key);

Parameters

pEvt

Pointer to the IT_EVENT structure

key

The value to set the PFKey to. Use Windows Virtual-Key values to specify the key.

Return Value

Returns TRUE on success, false otherwise.

See Also

ItEv_SetPFKeyID.