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