CARDGetEncoding

C Specification

#include <revolution/card.h>
s32 CARDGetEncoding(s32 chan, u16* encode);

Arguments

chan EXI channel number.
encode Pointer to u16 type variable to receive the result.
CARD_ENCODE_SJIS Japanese Shift-JIS text character encoding.   
CARD_ENCODE_ANSI 8-bit ANSI text character encoding.

Return Values

One of the following codes:

CARD_RESULT_FATAL_ERROR
CARD_RESULT_NOCARD
CARD_RESULT_BUSY
CARD_RESULT_READY

Description

Returns the text character encoding that is used by the specified Memory Card.

See Also

Revision History

2006/03/01 Initial version.


CONFIDENTIAL