GetPrintExecutionData function winspool

int GetPrintExecutionData(
  1. Pointer<PRINT_EXECUTION_DATA> pData
)

The GetPrintExecutionData retrieves the current print context.

BOOL GetPrintExecutionData(
  _Out_ PRINT_EXECUTION_DATA *pData
);

Implementation

int GetPrintExecutionData(Pointer<PRINT_EXECUTION_DATA> pData) =>
    _GetPrintExecutionData(pData);