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

randomizeMemory_uint8() public static method

public static randomizeMemory_uint8 ( SWIGTYPE_p_uint8_t szDestination, SWIGTYPE_p_uint32_t nNewSize ) : bool
szDestination SWIGTYPE_p_uint8_t
nNewSize SWIGTYPE_p_uint32_t
return bool
        public static bool randomizeMemory_uint8(SWIGTYPE_p_uint8_t szDestination, SWIGTYPE_p_uint32_t nNewSize)
        {
            bool ret = otapiPINVOKE.OTPassword_randomizeMemory_uint8(SWIGTYPE_p_uint8_t.getCPtr(szDestination), SWIGTYPE_p_uint32_t.getCPtr(nNewSize));
            if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }