Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
Types of data that can be stored in the Command Packet Parameter.
Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)
Syntax
public enum CommandPacketParameterType
'Declaration
Public Enumeration CommandPacketParameterType
Members
| Member name | Description |
|---|---|
| Bytes | A byte[] array |
| DWORD | A 32-bit integer value |
| End | Reserved. Do not use. |
| Error | Reserved. Do not use. |
| String | A string |
| WORD | A 16-bit integer value. |