OpenTransactions.OTAPI.OTPassword.randomizeMemory_uint8 C# (CSharp) Méthode

randomizeMemory_uint8() public static méthode

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
Résultat 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;
        }