 |
DisconnectNamedPipe ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Disconnects the server end of a named pipe instance from a client process. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL DisconnectNamedPipe(
HANDLE hNamedPipe
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER DisconnectNamedPipe IN kernel32;
INTEGER hNamedPipe
|
 |
 |
 |
| Parameters: |
 |
hNamedPipe
[in] A handle to an instance of a named pipe. This handle must be created by the CreateNamedPipe function. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero. |
 |
 |
| My comment: |
 |
| See also: ConnectNamedPipe, FlushFileBuffers, CloseHandle. |
 |
 |
| Word Index links for the DisconnectNamedPipe : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2007-01-17 14:40:16 | | Modified: | 2007-01-17 14:42:25 | Visited in last 7 days: 12 |