| 
    TFORMer SDK - DLL/Library
    8
    
   
   | 
  
  
  
 
Special purpose functions for operating system depending information. More...
Functions | |
| LONG | TFormer_RefreshOSPrinters (HTFORM pInstance) | 
| Refreshes the internal list of (operating system) printers available for the current user.   | |
| LONG | TFormer_GetOSPrintersCount (HTFORM pInstance) | 
| Returns the number of (operating system) printers available for the current user.   | |
| LPCSTR | TFormer_GetOSPrinter (HTFORM pInstance, LONG nIndex) | 
| Returns the name of the (operating system) printer with the specified index.   | |
| LPCSTR | TFormer_GetOSDefaultPrinter (HTFORM pInstance) | 
| Returns the name of the default (operating system) printer of the current user.   | |
Special purpose functions for operating system depending information.
| LPCSTR TFormer_GetOSDefaultPrinter | ( | HTFORM | pInstance | ) | 
Returns the name of the default (operating system) printer of the current user.
If the internal structures are not initialized, this function will call TFormer_RefreshOSPrinters automatically.
| pInstance | The TFORMer instance provided by a previous call to TFormer_Init | 
| LPCSTR TFormer_GetOSPrinter | ( | HTFORM | pInstance, | 
| LONG | nIndex | ||
| ) | 
Returns the name of the (operating system) printer with the specified index.
The index must be in the range [0...TFormer_GetOSPrintersCount]. If the internal structures are not initialized, this function will call TFormer_RefreshOSPrinters automatically.
| pInstance | The TFORMer instance provided by a previous call to TFormer_Init | 
| nIndex | The index of the printer [0..TFormer_GetOSPrintersCount - 1] | 
| LONG TFormer_GetOSPrintersCount | ( | HTFORM | pInstance | ) | 
Returns the number of (operating system) printers available for the current user.
If the internal structures are not initialized, this function will call TFormer_RefreshOSPrinters automatically.
| pInstance | The TFORMer instance provided by a previous call to TFormer_Init | 
| LONG TFormer_RefreshOSPrinters | ( | HTFORM | pInstance | ) | 
Refreshes the internal list of (operating system) printers available for the current user.
Fills the internal structures for providing information about installed operating system printers.
| pInstance | The TFORMer instance provided by a previous call to TFormer_Init | 
| © 2006-2024 - all rights reserved by TEC-IT Datenverarbeitung GmbH | 
		![]()  | 
	
| Generated on Sat Oct 5 2024 05:08:16 for TFORMer SDK - DLL/Library with doxygen 1.7.6.1 |