diff options
Diffstat (limited to 'docs/release/src/osd/winui/treeview.h')
-rw-r--r-- | docs/release/src/osd/winui/treeview.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/docs/release/src/osd/winui/treeview.h b/docs/release/src/osd/winui/treeview.h index 5641010c14c..0ea08fb592c 100644 --- a/docs/release/src/osd/winui/treeview.h +++ b/docs/release/src/osd/winui/treeview.h @@ -151,23 +151,23 @@ typedef enum typedef struct { - LPSTR m_lpTitle; // String contains the folder name - LPTSTR m_lptTitle; // String contains the folder name as TCHAR* - UINT m_nFolderId; // Index / Folder ID number - int m_nParent; // Parent folder index in treeFolders[] - int m_nIconId; // negative icon index into the ImageList, or IDI_xxx resource id - DWORD m_dwFlags; // Misc flags - LPBITS m_lpGameBits; // Game bits, represent game indices + LPSTR m_lpTitle; // String contains the folder name + LPTSTR m_lptTitle; // String contains the folder name as TCHAR* + UINT m_nFolderId; // Index / Folder ID number + int m_nParent; // Parent folder index in treeFolders[] + int m_nIconId; // negative icon index into the ImageList, or IDI_xxx resource id + DWORD m_dwFlags; // Misc flags + LPBITS m_lpGameBits; // Game bits, represent game indices } TREEFOLDER, *LPTREEFOLDER; typedef struct { - char m_szTitle[64]; // Folder Title - UINT m_nFolderId; // ID - int m_nParent; // Parent Folder index in treeFolders[] - DWORD m_dwFlags; // Flags - Customizable and Filters - int m_nIconId; // negative icon index into the ImageList, or IDI_xxx resource id - int m_nSubIconId; // negative icon index into the ImageList, or IDI_xxx resource id + char m_szTitle[64]; // Folder Title + UINT m_nFolderId; // ID + int m_nParent; // Parent Folder index in treeFolders[] + DWORD m_dwFlags; // Flags - Customisable and Filters + int m_nIconId; // negative icon index into the ImageList, or IDI_xxx resource id + int m_nSubIconId; // negative icon index into the ImageList, or IDI_xxx resource id } EXFOLDERDATA, *LPEXFOLDERDATA; void FreeFolders(void); |