public bool SetBinaryWatermarked(EConfigStore eConfigStore, string pszKeyName, Byte[] pubData)
 {
     return(this.GetFunction <NativeSetBinaryWatermarkedESBU>(this.Functions.SetBinaryWatermarked15)(this.ObjectAddress, eConfigStore, pszKeyName, pubData, (UInt32)pubData.Length));
 }
Пример #2
0
 public void SetUint64(EConfigStore eConfigStore, string keyName, UInt64 value)
 {
     this.GetFunction <NativeSetUint64ESU>(this.Functions.SetUint6410)(this.ObjectAddress, eConfigStore, keyName, value);
 }
 public bool SetString(EConfigStore eConfigStore, string pszKeyNameIn, string pszValue)
 {
     return(this.GetFunction <NativeSetStringESS>(this.Functions.SetString13)(this.ObjectAddress, eConfigStore, pszKeyNameIn, pszValue));
 }
 public float GetFloat(EConfigStore eConfigStore, string pszKeyName, float defaultValue)
 {
     return(this.GetFunction <NativeGetFloatESF>(this.Functions.GetFloat4)(this.ObjectAddress, eConfigStore, pszKeyName, defaultValue));
 }
 public UInt32 GetBinary(EConfigStore eConfigStore, string pszKeyName, ref CUtlBuffer pUtlBuf)
 {
     return(this.GetFunction <NativeGetBinaryESC>(this.Functions.GetBinary7)(this.ObjectAddress, eConfigStore, pszKeyName, ref pUtlBuf));
 }
 public bool IsSet(EConfigStore eConfigStore, string pszKeyNameIn)
 {
     return(this.GetFunction <NativeIsSetES>(this.Functions.IsSet0)(this.ObjectAddress, eConfigStore, pszKeyNameIn));
 }
 public Int32 GetInt(EConfigStore eConfigStore, string pszKeyName, Int32 defaultValue)
 {
     return(this.GetFunction <NativeGetIntESI>(this.Functions.GetInt2)(this.ObjectAddress, eConfigStore, pszKeyName, defaultValue));
 }
Пример #8
0
 public UInt64 GetUint64(EConfigStore eConfigStore, string keyName, UInt64 defaultValue)
 {
     UInt64 ret = 0; this.GetFunction <NativeGetUint64ESU>(this.Functions.GetUint643)(this.ObjectAddress, ref ret, eConfigStore, keyName, defaultValue); return((UInt64)ret);
 }
Пример #9
0
 public bool GetBinaryWatermarked(EConfigStore eConfigStore, string keyName, Byte[] pBuffer)
 {
     return(this.GetFunction <NativeGetBinaryWatermarkedESBU>(this.Functions.GetBinaryWatermarked7)(this.ObjectAddress, eConfigStore, keyName, pBuffer, (UInt32)pBuffer.Length));
 }
Пример #10
0
 public void RemoveKey(EConfigStore eConfigStore, string keyName)
 {
     this.GetFunction <NativeRemoveKeyES>(this.Functions.RemoveKey15)(this.ObjectAddress, eConfigStore, keyName);
 }
Пример #11
0
 public bool GetKeySerialized(EConfigStore eConfigStore, string keyName, Byte[] pBuffer)
 {
     return(this.GetFunction <NativeGetKeySerializedESBI>(this.Functions.GetKeySerialized16)(this.ObjectAddress, eConfigStore, keyName, pBuffer, (Int32)pBuffer.Length));
 }
Пример #12
0
 public void SetBinaryWatermarked(EConfigStore eConfigStore, string keyName, Byte[] pBuffer)
 {
     this.GetFunction <NativeSetBinaryWatermarkedESBU>(this.Functions.SetBinaryWatermarked14)(this.ObjectAddress, eConfigStore, keyName, pBuffer, (UInt32)pBuffer.Length);
 }
Пример #13
0
 public void SetString(EConfigStore eConfigStore, string keyName, string value)
 {
     this.GetFunction <NativeSetStringESS>(this.Functions.SetString12)(this.ObjectAddress, eConfigStore, keyName, value);
 }
Пример #14
0
 public void SetFloat(EConfigStore eConfigStore, string keyName, float value)
 {
     this.GetFunction <NativeSetFloatESF>(this.Functions.SetFloat11)(this.ObjectAddress, eConfigStore, keyName, value);
 }
 public bool RemoveKey(EConfigStore eConfigStore, string pszKeyName)
 {
     return(this.GetFunction <NativeRemoveKeyES>(this.Functions.RemoveKey16)(this.ObjectAddress, eConfigStore, pszKeyName));
 }
Пример #16
0
 public void SetBool(EConfigStore eConfigStore, string keyName, bool value)
 {
     this.GetFunction <NativeSetBoolESB>(this.Functions.SetBool8)(this.ObjectAddress, eConfigStore, keyName, value);
 }
 public Int32 GetKeySerialized(EConfigStore eConfigStore, string pszKeyNameIn, Byte[] pchBuffer)
 {
     return(this.GetFunction <NativeGetKeySerializedESBI>(this.Functions.GetKeySerialized17)(this.ObjectAddress, eConfigStore, pszKeyNameIn, pchBuffer, (Int32)pchBuffer.Length));
 }
 public bool SetBool(EConfigStore eConfigStore, string pszKeyNameIn, bool value)
 {
     return(this.GetFunction <NativeSetBoolESB>(this.Functions.SetBool9)(this.ObjectAddress, eConfigStore, pszKeyNameIn, value));
 }
 public bool GetBool(EConfigStore eConfigStore, string pszKeyNameIn, bool defaultValue)
 {
     return(this.GetFunction <NativeGetBoolESB>(this.Functions.GetBool1)(this.ObjectAddress, eConfigStore, pszKeyNameIn, defaultValue));
 }
 public bool SetInt(EConfigStore eConfigStore, string pszKeyNameIn, Int32 nValue)
 {
     return(this.GetFunction <NativeSetIntESI>(this.Functions.SetInt10)(this.ObjectAddress, eConfigStore, pszKeyNameIn, nValue));
 }
 public UInt64 GetUint64(EConfigStore eConfigStore, string pszKeyName, UInt64 defaultValue)
 {
     return(this.GetFunction <NativeGetUint64ESU>(this.Functions.GetUint643)(this.ObjectAddress, eConfigStore, pszKeyName, defaultValue));
 }
 public bool SetUint64(EConfigStore eConfigStore, string pszKeyNameIn, UInt64 unValue)
 {
     return(this.GetFunction <NativeSetUint64ESU>(this.Functions.SetUint6411)(this.ObjectAddress, eConfigStore, pszKeyNameIn, unValue));
 }
 public string GetString(EConfigStore eConfigStore, string pszKeyName, string defaultValue)
 {
     return(InteropHelp.DecodeANSIReturn(Marshal.PtrToStringAnsi(this.GetFunction <NativeGetStringESS>(this.Functions.GetString5)(this.ObjectAddress, eConfigStore, pszKeyName, defaultValue))));
 }
 public bool SetFloat(EConfigStore eConfigStore, string pszKeyNameIn, float flValue)
 {
     return(this.GetFunction <NativeSetFloatESF>(this.Functions.SetFloat12)(this.ObjectAddress, eConfigStore, pszKeyNameIn, flValue));
 }
 public UInt32 GetBinaryWatermarked(EConfigStore eConfigStore, string pszKeyName, Byte[] pubBuf)
 {
     return(this.GetFunction <NativeGetBinaryWatermarkedESBU>(this.Functions.GetBinaryWatermarked8)(this.ObjectAddress, eConfigStore, pszKeyName, pubBuf, (UInt32)pubBuf.Length));
 }
Пример #26
0
 public void SetInt(EConfigStore eConfigStore, string keyName, Int32 value)
 {
     this.GetFunction <NativeSetIntESI>(this.Functions.SetInt9)(this.ObjectAddress, eConfigStore, keyName, value);
 }