IT_PFKEYS 

Use

The IT_PFKEYS structure indicates how many function keys exist in the window associated with the current event. It also points to an array of IT_PFKEY structures, each of which contains information about a single function key.

The list of function keys associated with a screen can be viewed by clicking the right mouse button in a SAPGUI screen.

 

Syntax

typedef struct IT_PFKEYS_t {
int iPfkeyCnt;
PIT_PFKEY pPfKey;
} IT_PFKEYS;
typedef IT_PFKEYS *PIT_PFKEYS;

Members

iPfkeyCnt

Number of PFKEYs

pPfKey

Array of IT_PFKEY structures

See Also

IT_PFKEY.