The first doubleword (DWORD) pulled from the stack contains two fields:

┌───────────────┬───────────────┬──────────────────────────────┐
│Field          │WORD Type      │Description                   │
├───────────────┼───────────────┼──────────────────────────────┤
│Function Number│Low-order      │Identifies a specific         │
│               │               │function. Header files define │
│               │               │symbolic names for the Grexxx │
│               │               │function numbers.             │
├───────────────┼───────────────┼──────────────────────────────┤
│Command Flags  │High-order     │See the following description.│
└───────────────┴───────────────┴──────────────────────────────┘

Command Flags


[Back: Calling Conventions]
[Next: Device Context]