.
public static extern void CoFreeUnusedLibrariesEx(UInt32 unloadDelay, UInt32 reserved);
.
Declare Function CoFreeUnusedLibrariesEx Lib "ole32.dll" (TODO) As TODO
.
CoFreeUnusedLibrariesEx(pause, (UInt32)0);
.
.
public static extern void CoFreeUnusedLibrariesEx(UInt32 unloadDelay, UInt32 reserved);
.
Declare Function CoFreeUnusedLibrariesEx Lib "ole32.dll" (TODO) As TODO
.
CoFreeUnusedLibrariesEx(pause, (UInt32)0);
.