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 "GetProfilesDirectory" in [All]

userenv

.

static extern bool GetProfilesDirectory(StringBuilder path, ref int size);

.

   if (GetProfilesDirectory(path, ref size) )

.

    if (GetProfilesDirectory(path, &size) ) {

.

        MessageBox(NULL, path, "GetProfilesDirectory()", MB_OK);

.

WINBOOL WINAPI GetProfilesDirectoryA(LPSTR lpProfileDir, LPDWORD lpcchSize);

.

    if (GetProfilesDirectory(path, &size) ) {

.

        MessageBox(NULL, path, "GetProfilesDirectory()", MB_OK);

.
Documentation
[GetProfilesDirectory] on MSDN

 
Access PInvoke.net directly from VS: