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

Search Results for "GetSystemDirectory" in [All]

kernel32

.
Summary
.

static extern uint GetSystemDirectory([Out] StringBuilder lpBuffer,

.

<DllImport("kernel32.dll", SetLastError:=true, EntryPoint:="GetSystemDirectoryW", CharSet:=CharSet.Unicode)> _

.

Public Function GetSystemDirectory(<MarshalAs(UnmanagedType.LPTSTR)>lpBuffer As System.Text.StringBuilder, _

.

Public Declare Function GetSystemDirectory Lib "kernel32" Alias "GetSystemDirectoryA" _

.

    res = GetSystemDirectory(sbSystemDir,256);

.
Documentation
[GetSystemDirectory] on MSDN

shell32

.

            CSIDL_SYSTEM            = 0x0025,    // GetSystemDirectory()

.

        CSIDL_SYSTEM          = 0x0025,    // GetSystemDirectory()

.

        CSIDL_SYSTEM        = 0x0025,    // GetSystemDirectory()


 
Access PInvoke.net directly from VS: