OpenTransactions.OTAPI.OTPassword.zeroMemory C# (CSharp) Метод

zeroMemory() публичный статический Метод

public static zeroMemory ( SWIGTYPE_p_uint8_t szMemory, SWIGTYPE_p_uint32_t theSize ) : void
szMemory SWIGTYPE_p_uint8_t
theSize SWIGTYPE_p_uint32_t
Результат void
        public static void zeroMemory(SWIGTYPE_p_uint8_t szMemory, SWIGTYPE_p_uint32_t theSize)
        {
            otapiPINVOKE.OTPassword_zeroMemory__SWIG_1(SWIGTYPE_p_uint8_t.getCPtr(szMemory), SWIGTYPE_p_uint32_t.getCPtr(theSize));
            if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

OTPassword::zeroMemory ( ) : void
OTPassword::zeroMemory ( SWIGTYPE_p_void vMemory, SWIGTYPE_p_uint32_t theSize ) : void