%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 122.154.253.140 / Your IP : 216.73.216.169 Web Server : Microsoft-IIS/7.5 System : Windows NT SERVER02 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.6.31 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Windows/SysWOW64/wbem/ |
Upload File : |
//------------------------------------------------
// RSOP_PushPrinterConnectionsPolicySetting
// Comment: Abtraction for PPC extension policy data
//------------------------------------------------
// During setup, run twice
// mofcomp -N:\\.\root\RSOP\computer "RsopSchema.mof"
// mofcomp -N:\\.\root\RSOP\user "RsopSchema.mof"
//
#pragma autorecover
#pragma namespace("\\\\.\\root\\RSOP\\computer")
[
Locale( 0x409 ),
Description("Policy object for PPc")
]
class RSOP_PushPrinterConnectionsPolicySetting: RSOP_PolicySetting
{
[
key,
Description("Inherited from RSOP_PolicySetting"),
Read,
DisplayName("ID")
]
string id;
[
key,
Description("Inherited from RSOP_PolicySetting"),
Read,
DisplayName("Precedence")
]
uint32 precedence;
[
Description("Printer name,"),
Read,
DisplayName("Printer name")
]
string printerName = "";
[
Description("Short server name"),
Read,
DisplayName("Server name")
]
string serverName = "";
[
Description("Short server name"),
Read,
DisplayName("Network name")
]
string uncName = "";
[
ValueMap {"1", "2"},
Values { "User connection", "Machine connection"},
Description("Whether the the connection is applied per machine, per user"
"1 = User, 2 = Machine."),
Read,
DisplayName("Connection Type")
]
uint32 ConnectionType = 1;
[
Description("Indicates whether the print connection"
"has been deleted."),
Read,
DisplayName("Is deleted")
]
boolean deleted = false;
[
Description("The final result of pushed printer connection. 0 indicate success"),
Read,
DisplayName("PushResult")
]
uint32 PushResult;
};