BOOL WINAPI GetCPInfo( UINT codepage, LPCPINFO cpinfo ) { const union cptable *table; if (!cpinfo) { SetLastError( ERROR_INVALID_PARAMETER ); return FALSE; } ...
確定! 回上一頁