PEGeneralPrintWindowEventInfo contains general preview window event information. This structure is used for multiple events listed below. See Remarks.
typedef struct PEGeneralPrintWindowEventInfo {
WORD StructSize;
WORD ignored
long windowHandle;
} PEGeneralPrintWindowEventInfo;
Specifies the size of the PEGeneralPrintWindowEventInfo structure. Initialize this member to PE_SIZEOF_GENERAL_PRINT_WINDOW_EVENT_INFO. | |
Structure PEGeneralPrintWindowEventInfo is used for the following events.
Type PEGeneralPrintWindowEventInfo
StructSize As Integer
ignored As Integer
windowHandle As Long
End Type
type
PEGeneralPrintWindowEventInfo = record
StructSize: Word;
ignored: Word;
windowHandle: HWnd;
end;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |