PDCardWriteCmnByte

This function writes a byte to the specified offset in a card’s common memory space.

Syntax

VOID PDCardWriteCmnByte( PVOID pCardMem, UINT32 uOffset,
UINT8 uByte );

Parameters

pCardMem
Pointer to PC Card common memory obtained from the CardMapMemory function.
uOffset
Integer setting the offset into the card’s common memory.
uByte
Specifies the byte to be written.

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, PDCardReadCmnByte