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

randomizeMemory() public static méthode

public static randomizeMemory ( SWIGTYPE_p_void szDestination, SWIGTYPE_p_uint32_t nNewSize ) : bool
szDestination SWIGTYPE_p_void
nNewSize SWIGTYPE_p_uint32_t
Résultat bool
        public static bool randomizeMemory(SWIGTYPE_p_void szDestination, SWIGTYPE_p_uint32_t nNewSize)
        {
            bool ret = otapiPINVOKE.OTPassword_randomizeMemory__SWIG_2(SWIGTYPE_p_void.getCPtr(szDestination), SWIGTYPE_p_uint32_t.getCPtr(nNewSize));
            if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }

Same methods

OTPassword::randomizeMemory ( ) : SWIGTYPE_p_int32_t
OTPassword::randomizeMemory ( SWIGTYPE_p_uint32_t nNewSize ) : SWIGTYPE_p_int32_t