Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "LsaFreeMemory" in [All]

Structures

.

    LsaFreeMemory(rightsPtr);

advapi32

.

    LsaFreeMemory(rightsPtr);

.

    internal static extern int LsaFreeMemory(IntPtr Buffer);

.

    LsaFreeMemory(EnumBuf)

.
Summary
The LsaFreeMemory function frees memory allocated for an output buffer by an LSA function call.
.

private static extern uint LsaFreeMemory(System.IntPtr pBuffer);

.

    Private Declare Function LsaFreeMemory Lib "advapi32.dll" ( _

.

    'NTSTATUS LsaFreeMemory(

.

    LsaFreeMemory(rightsPtr);

.
Documentation
[LsaFreeMemory] on MSDN
.

    internal static extern int LsaFreeMemory(IntPtr Buffer);

.

        Win32Sec.LsaFreeMemory(buffer);

.

        Win32Sec.LsaFreeMemory(domains);

.

        Win32Sec.LsaFreeMemory(names);

.

        Win32Sec.LsaFreeMemory(tsids);

.

        Win32Sec.LsaFreeMemory(tdom);

.

    LsaFreeMemory(EnumBuf)

.

    private static extern uint LsaFreeMemory(

.

        uint ntsResult = LsaFreeMemory(Buffer);

.

        throw new Exception("LsaFreeMemory failed: " + winErrorCode);


 
Access PInvoke.net directly from VS: