PRINT_EXECUTION_DATA - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// winspool.h

typedef struct {
  PRINT_EXECUTION_CONTEXT context;
  DWORD                   clientAppPID;
} PRINT_EXECUTION_DATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-winspool-print_execution_data)

Description

This topic describes the PRINT_EXECUTION_DATA structure.

Members

context

Defines the PRINT_EXECUTION_CONTEXT member context.

clientAppPID

Defines the DWORD member clientAppPID.

Remarks

See also