SYMBIAN OS V9.3
» Symbian OS v9.3 » Symbian OS reference » C++ component reference » System Libraries STDLIB » shutdown()
Location: socket.h
socket.h
shutdown()
IMPORT_C int shutdown(int, int);
Shuts down all or part of a full-duplex connection on the socket associated with fd.
int
Is the socket descriptor to shut down.
Specifies the type of shutdown.
On Success, returns 0. On Failure, returns -1, errno may be set.
Copyright ©2008 Symbian Software Ltd.