ReactOS 0.4.16-dev-2-g02a6913
|
Public Attributes | |
LPWSTR | lpValueName |
LPWSTR | lpPath |
UINT | uId |
BOOL | bHidden |
BOOL | bShellFolder |
BOOL | bUserShellFolder |
BOOL _FOLDERDATA::bHidden |
Definition at line 22 of file setup.c.
Referenced by CreateStandardProfile().
BOOL _FOLDERDATA::bShellFolder |
Definition at line 23 of file setup.c.
Referenced by CreateStandardProfile(), and UpdateUsersShellFolderSettings().
BOOL _FOLDERDATA::bUserShellFolder |
Definition at line 24 of file setup.c.
Referenced by CreateStandardProfile().
LPWSTR _FOLDERDATA::lpPath |
Definition at line 20 of file setup.c.
Referenced by CreateStandardProfile(), and UpdateUsersShellFolderSettings().
LPWSTR _FOLDERDATA::lpValueName |
Definition at line 19 of file setup.c.
Referenced by CreateStandardProfile(), and UpdateUsersShellFolderSettings().
UINT _FOLDERDATA::uId |
Definition at line 21 of file setup.c.
Referenced by CreateStandardProfile(), and UpdateUsersShellFolderSettings().