EnumSocket (Windows CE 5.0)
This function allows attached sockets in PC Card services to be enumerated.
STATUS EnumSocket(PDWORDpdwNumOfStructure,PSOCKET_DESCRIPTORpSocketDescriptorArray,PDWORD pdwNumOfStructureCopied);
Parameters
- pdwNumOfStructure
[in, out] On input, indicates the number of the unit to which pSocketDescriptorArray points. On output, indicates the total number of units available in PC Card services. - pSocketDescriptorArray
[out] Memory location that unloads a SOCKET_DESCRIPTOR. - pdwNumOfStructureCopied
[out] Pointer to a DWORD that returns the number of structures copied.
Return Values
Returns one of the return codes defined in the Cardsv2.h header file.
Requirements
OS Versions: Windows CE 5.0 and later
Header: Cardsv2.h
Link Library: Pcc_serv.dll
See Also
Send Feedback on this topic to the authors