RemoveDllDirectory function kernel32

int RemoveDllDirectory(
  1. Pointer<NativeType> Cookie
)

Removes a directory that was added to the process DLL search path by using AddDllDirectory.

BOOL RemoveDllDirectory(
  [in] DLL_DIRECTORY_COOKIE Cookie
);

Implementation

int RemoveDllDirectory(Pointer Cookie) => _RemoveDllDirectory(Cookie);