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