|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| winspool.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
PRINTER_INFO_3
The PRINTER_INFO_3 structure specifies printer security information.
typedef struct _PRINTER_INFO_3 { // pri3
PSECURITY_DESCRIPTOR pSecurityDescriptor;
} PRINTER_INFO_3;
Members
pSecurityDescriptor
Points to a SECURITY_DESCRIPTOR structure that specifies a printer's security information.
Remarks
The PRINTER_INFO_3 structure lets an application get and set a printer's security descriptor.
The caller may do so even if it lacks specific printer permissions, as long as it
has the standard rights described in SetPrinter and GetPrinter. Thus, an application may temporarily deny all access to a printer, while
allowing the owner of the printer to have access to the printer's discretionary
ACL.
See Also
SetPrinter, GetPrinter, PRINTER_INFO_1, PRINTER_INFO_2, PRINTER_INFO_4, SECURITY_DESCRIPTOR
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|