Go to the source code of this file.
|  | 
| VOID | PhaCreateTextTable (_Out_ PPH_STRING ***Table, _In_ ULONG Rows, _In_ ULONG Columns) | 
|  | Allocates a text table. 
 | 
|  | 
| PPH_LIST | PhaFormatTextTable (_In_ PPH_STRING **Table, _In_ ULONG Rows, _In_ ULONG Columns, _In_ ULONG Mode) | 
|  | Formats a text table to a list of lines. 
 | 
|  | 
| VOID | PhMapDisplayIndexTreeNew (_In_ HWND TreeNewHandle, _Out_opt_ PULONG *DisplayToId, _Out_opt_ PWSTR **DisplayToText, _Out_ PULONG NumberOfColumns) | 
|  | 
| PHLIBAPI PPH_STRING | PhGetTreeNewText (_In_ HWND TreeNewHandle, _Reserved_ ULONG Reserved) | 
|  | 
| PHLIBAPI PPH_LIST | PhGetGenericTreeNewLines (_In_ HWND TreeNewHandle, _In_ ULONG Mode) | 
|  | 
| VOID | PhaMapDisplayIndexListView (_In_ HWND ListViewHandle, _Out_writes_(Count) PULONG DisplayToId, _Out_writes_opt_(Count) PPH_STRING *DisplayToText, _In_ ULONG Count, _Out_ PULONG NumberOfColumns) | 
|  | 
| PPH_STRING | PhaGetListViewItemText (_In_ HWND ListViewHandle, _In_ INT Index, _In_ INT SubItemIndex) | 
|  | 
| PPH_STRING | PhGetListViewText (_In_ HWND ListViewHandle) | 
|  | 
| PPH_LIST | PhGetListViewLines (_In_ HWND ListViewHandle, _In_ ULONG Mode) | 
|  | 
      
        
          | #define PH_EXPORT_MODE_CSV   2 | 
      
 
 
      
        
          | #define PH_EXPORT_MODE_SPACES   1 | 
      
 
 
      
        
          | #define PH_EXPORT_MODE_TABS   0 | 
      
 
 
      
        
          | VOID PhaCreateTextTable | ( | _Out_ PPH_STRING *** | Table, | 
        
          |  |  | _In_ ULONG | Rows, | 
        
          |  |  | _In_ ULONG | Columns | 
        
          |  | ) |  |  | 
      
 
Allocates a text table. 
- Parameters
- 
  
    | Table | A variable which receives a pointer to the text table. |  | Rows | The number of rows in the table. |  | Columns | The number of columns in the table. |  
 
Definition at line 82 of file cpysave.c.
 
 
      
        
          | PPH_LIST PhaFormatTextTable | ( | _In_ PPH_STRING ** | Table, | 
        
          |  |  | _In_ ULONG | Rows, | 
        
          |  |  | _In_ ULONG | Columns, | 
        
          |  |  | _In_ ULONG | Mode | 
        
          |  | ) |  |  | 
      
 
Formats a text table to a list of lines. 
- Parameters
- 
  
    | Table | A pointer to the text table. |  | Rows | The number of rows in the table. |  | Columns | The number of columns in the table. |  | Mode | The export formatting mode. |  
 
- Returns
- A list of strings for each line in the output. The list object and string objects are not auto-dereferenced. 
Definition at line 113 of file cpysave.c.
 
 
      
        
          | PPH_STRING PhaGetListViewItemText | ( | _In_ HWND | ListViewHandle, | 
        
          |  |  | _In_ INT | Index, | 
        
          |  |  | _In_ INT | SubItemIndex | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | VOID PhaMapDisplayIndexListView | ( | _In_ HWND | ListViewHandle, | 
        
          |  |  | _Out_writes_(Count) PULONG | DisplayToId, | 
        
          |  |  | _Out_writes_opt_(Count) PPH_STRING * | DisplayToText, | 
        
          |  |  | _In_ ULONG | Count, | 
        
          |  |  | _Out_ PULONG | NumberOfColumns | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | PHLIBAPI PPH_LIST PhGetGenericTreeNewLines | ( | _In_ HWND | TreeNewHandle, | 
        
          |  |  | _In_ ULONG | Mode | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | PPH_LIST PhGetListViewLines | ( | _In_ HWND | ListViewHandle, | 
        
          |  |  | _In_ ULONG | Mode | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | PPH_STRING PhGetListViewText | ( | _In_ HWND | ListViewHandle | ) |  | 
      
 
 
      
        
          | PHLIBAPI PPH_STRING PhGetTreeNewText | ( | _In_ HWND | TreeNewHandle, | 
        
          |  |  | _Reserved_ ULONG | Reserved | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | VOID PhMapDisplayIndexTreeNew | ( | _In_ HWND | TreeNewHandle, | 
        
          |  |  | _Out_opt_ PULONG * | DisplayToId, | 
        
          |  |  | _Out_opt_ PWSTR ** | DisplayToText, | 
        
          |  |  | _Out_ PULONG | NumberOfColumns | 
        
          |  | ) |  |  |