PROVIDOR_INFO_2 structure
The PROVIDOR_INFO_2 structure appends a print provider to the print provider order list.
Syntax
typedef struct _PROVIDOR_INFO_2 {
LPTSTR pOrder;
} PROVIDOR_INFO_2, *PPROVIDOR_INFO_2;
Members
-
pOrder
-
Pointer to a null-terminated string that specifies the name of the print provider.
Remarks
This structure is used when calling AddPrintProvidor, level 2, to add the specified print provider to the end of the print provider order list. The provider is immediately used for routing if the call succeeds.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
Unicode and ANSI names |
_PROVIDOR_INFO_2W (Unicode) and _PROVIDOR_INFO_2A (ANSI) |