EnumCard (Windows CE 5.0)
This function allows a card that has been attached to PC Card services to be enumerated.
STATUS EnumCard(PDWORDpdwNumOfStructure,PCARD_DESCRIPTORpCardDescriptorArray,PDWORD pdwNumOfStructureCopied);
Parameters
- pdwNumOfStructure
[in, out] On input, indicates the number of units in pCardDescriptorArray. On output, indicates the total number of available units in PC Card services. - pCardDescriptorArray
[out] Pointer to a memory location used to unload a CARD_DESCRIPTOR structure. - pdwNumOfStructureCopied
[out] Pointer to a DWORD that returns the number of units 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