Beispiel #1
0
 protected ErrorCode SetCommandValue(CommondType commond)
 {
     Debug.Assert(_handle != IntPtr.Zero);
     return(OfficialApi.SetCommandValue(_handle, commond.ToString()));
 }