PDCardReadCmnByte

This function reads the byte at the specified offset in a card’s common memory space.

Syntax

UINT8 PDCardReadCmnByte( PVOID pCardMem );

Parameters

pCardMem
Pointer to PC Card common memory obtained from the CardMapMemory function.

Return Values

Returns the byte read.

Remarks

This function is called within a try-except statement in case the card is removed and the memory access results in a fault.

See Also

PDCardReadAttrByte, PDCardWriteAttrByte, PDCardWriteCmnByte