EnumCard (Windows Embedded CE 6.0)
1/6/2010
This function allows a card that has been attached to PC Card services to be enumerated.
Syntax
STATUS EnumCard(
PDWORD pdwNumOfStructure,
PCARD_DESCRIPTOR pCardDescriptorArray,
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 Value
Returns one of the return codes defined in the Cardsv2.h header file.
Requirements
Header | cardsv2.h |
Library | Pcc_serv.dll |
Windows Embedded CE | Windows CE 5.0 and later |