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
Support Forum
Download Visual Studio Add-In

Terms of Use
Privacy Policy

Search Results for "FreeLibrary" in [All]

winscard

.

private extern static void FreeLibrary(IntPtr handle) ;

.

FreeLibrary(handle) ;

advapi32

2: Tyde
.

FreeLibrary

kernel32

.

            FreeLibrary(dll_hInst)

.

    private static extern bool FreeLibrary(IntPtr hModule);

.

      FreeLibrary(hMod);

.

    FreeLibrary(hMod)

.
Summary
.

static extern bool FreeLibrary(IntPtr hModule);

.

<DllImport("kernel32.dll", SetLastError:=True, EntryPoint:="FreeLibrary")> _

.

Public Shared Function FreeLibrary(ByVal hModule As IntPtr) As Boolean

.

Private Declare Function FreeLibrary Lib "kernel32" (ByVal hLibModule As Long) As Long

.

      if (FreeLibrary(hExe) == false) {

.
Documentation
[FreeLibrary] on MSDN
.

       return FreeLibrary(this.handle);

.

    static extern bool FreeLibrary(IntPtr hModule);

ole32


 
Access PInvoke.net directly from VS: