Example #1
0
        protected void SetString(SetStringEntryPointDelegate entryPoint, string value)
        {
            int ret = entryPoint(Handle, ToUTF8(value));

            CheckResult(ret);
        }
Example #2
0
 protected void SetString(SetStringEntryPointDelegate entryPoint, string value)
 {
     int ret = entryPoint(handle, ToUTF8(value));
     CheckResult(ret);
 }