typedef struct tagHANDLETABLE { /* ht */
HGDIOBJ objectHandle[1];
} HANDLETABLE;
The HANDLETABLE structure is an array of handles, each of which identifies a GDI object.
The HANDLETABLE structure has the following member:
objectHandle[1]
Contains an array of handles.