BranchOfficeJobDataContainer structure (winsplp.h)

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

Syntax

typedef struct {
  DWORD               cJobDataEntries;
  BranchOfficeJobData JobData[1];
} BranchOfficeJobDataContainer, *PBranchOfficeJobDataContainer, *LPBranchOfficeJobDataContainer;

Members

cJobDataEntries

Describes the DWORD type member cJobDataEntries.

JobData[1]

Describes the BranchOfficeJobData type member JobData.

Requirements

Requirement Value
Header winsplp.h