// winspool.h
typedef struct {
PRINT_EXECUTION_CONTEXT context;
DWORD clientAppPID;
} PRINT_EXECUTION_DATA;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the PRINT_EXECUTION_DATA structure.
contextDefines the PRINT_EXECUTION_CONTEXT member context.
clientAppPIDDefines the DWORD member clientAppPID.