RemoveDllDirectory 関数 (libloaderapi.h)
AddDllDirectory を使用して、プロセス DLL 検索パスに追加されたディレクトリを削除します。
構文
BOOL RemoveDllDirectory(
[in] DLL_DIRECTORY_COOKIE Cookie
);
パラメーター
[in] Cookie
ディレクトリが検索パスに追加されたときに AddDllDirectory によって返される Cookie。
戻り値
関数が成功すると、戻り値は 0 以外になります。
関数が失敗した場合は、0 を返します。 詳細なエラー情報を得るには、GetLastError を呼び出します。
解説
RemoveDllDirectory が返された後、Cookie は無効になり、使用しないでください。
Windows 7、Windows Server 2008 R2、Windows Vista、Windows Server 2008: アプリケーションでこの関数を呼び出すには、 GetProcAddress 関数を使用して、Kernel32.dll からアドレスを取得します。 KB2533623 ターゲット プラットフォームにインストールする必要があります。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 8 [デスクトップ アプリのみ]、Windows 7、Windows Server 2008 R2、Windows Vista、Windows Server 2008 でのKB2533623 |
サポートされている最小のサーバー | Windows Server 2012 [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | libloaderapi.h (Windows.h を含む) |
[DLL] | Kernel32.dll |