 |
FreePrinterNotifyInfo ..msdn Add comment W32 Constants Translate this page |
 |
 |
Frees a system-allocated buffer created by the FindNextPrinterChangeNotification function.
|
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL FreePrinterNotifyInfo(
PPRINTER_NOTIFY_INFO pPrinterNotifyInfo // buffer
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER FreePrinterNotifyInfo IN winspool.drv;
INTEGER pPrinterNotifyInfo
|
 |
 |
 |
| Parameters: |
 |
pPrinterNotifyInfo
[in] Pointer to a PRINTER_NOTIFY_INFO buffer returned from a call to the FindNextPrinterChangeNotification function. FreePrinterNotifyInfo deallocates this buffer. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is a nonzero value. |
 |
 |
| Word Index links for the FreePrinterNotifyInfo : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2005-04-07 13:45:40 | | Modified: | 2005-04-07 13:47:12 | Visited in last 7 days: 20 |