BranchOfficeJobDataContainer - NtDoc

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

typedef struct {
  DWORD               cJobDataEntries;
  BranchOfficeJobData JobData[1];
} BranchOfficeJobDataContainer, *PBranchOfficeJobDataContainer, *LPBranchOfficeJobDataContainer;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-winsplp-branchofficejobdatacontainer)

BranchOfficeJobDataContainer structure

Description

This structure defines a container for one or more BranchOfficeJobData structures to sent to a server.

Members

cJobDataEntries

Describes the DWORD type member cJobDataEntries.

JobData

Describes the BranchOfficeJobData type member JobData.