OpenTransactions.OTAPI.OTPassword.zeroMemory C# (CSharp) Method

zeroMemory() public static method

public static zeroMemory ( SWIGTYPE_p_void vMemory, SWIGTYPE_p_uint32_t theSize ) : void
vMemory SWIGTYPE_p_void
theSize SWIGTYPE_p_uint32_t
return void
        public static void zeroMemory(SWIGTYPE_p_void vMemory, SWIGTYPE_p_uint32_t theSize)
        {
            otapiPINVOKE.OTPassword_zeroMemory__SWIG_2(SWIGTYPE_p_void.getCPtr(vMemory), SWIGTYPE_p_uint32_t.getCPtr(theSize));
            if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

OTPassword::zeroMemory ( ) : void
OTPassword::zeroMemory ( SWIGTYPE_p_uint8_t szMemory, SWIGTYPE_p_uint32_t theSize ) : void