It_SendPFKeyID 

DWORD DLEX It_SendPFKeyID(HANDLE hMr, PPIT_EVENT ppEvt,
const char *pfkey);

Parameters

hMr

Connection handle

ppEvt

Pointer to a pointer to the IT_EVENT structure

pfkey

Name of the key to be sent (initial substring, case-insensitive)

Return Value

Returns TRUE on success, FALSE on error.

Comments

Finds the IT_PFKEY with a name field matching the pfkey argument, sets the IT_EVENT key field to the key’s iVKValue field, and sends the event.

See also

It_SendEvent, ItEv_SetPFKeyID, ItEv_FindPFKeyID.