PROVIDOR_INFO_1 structure
The PROVIDOR_INFO_1 structure identifies a print provider.
Syntax
typedef struct _PROVIDOR_INFO_1 {
LPTSTR pName;
LPTSTR pEnvironment;
LPTSTR pDLLName;
} PROVIDOR_INFO_1, *PPROVIDOR_INFO_1;
Members
-
pName
-
Pointer to a null-terminated string that is the name of the print provider.
-
pEnvironment
-
Pointer to a null-terminated environment string specifying the environment the provider dynamic-link library (DLL) is designed to run in.
-
pDLLName
-
Pointer to a null-terminated string that is the name of the provider .dll.
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_1W (Unicode) and _PROVIDOR_INFO_1A (ANSI) |