GetSystemWindowsDirectory |
Declare Function Api_GetSystemWindowsDirectory& Lib "kernel32" Alias "GetSystemWindowsDirectoryA" (ByVal lpBuffer$, ByVal uSize&) |
Declare Function GetSystemWindowsDirectory Lib "kernel32" Alias "GetSystemWindowsDirectoryA" (ByVal lpBuffer As String, ByVal uSize As Long) As Long |
|
マルチユーザーシステム上の共有 Windows ディレクトリのパスを取得する。 |
|
パラメータ ディレクトリがルートディレクトリでないかぎり、円記号では終わらない。たとえば、C ドライブの WINDOWS という名前のディレクトリが Windows ディレクトリの場合、この関数で得られる Windows ディレクトリのパスは、C:\WINDOWS になる。システムが C ドライブのルート
ディレクトリにインストールされている場合は、C:\ が得られる。
MAX_PATH 文字に設定する。 ある。 |