Beispiel #1
0
 protected ErrorCode SetInt32Value(string strValue, uint value)
 {
     Debug.Assert(_handle != IntPtr.Zero);
     return(OfficialApi.SetIntValue(_handle, strValue, value));
 }