#include <nnsys/mcs.h>
u32 NNS_McsGetServerErrorCode(NNSMcsFile* pFile);
pFile | Pointer to the file information structure |
Returns the error code of a file operation-based error that occurred on that mcs server side.
Gets the MCS server-side error code when the return value after calling the MCS library file input/output functions or the directory search functions is NNS_MCS_FILEIO_ERROR_SERVERERROR
. This error code is a Win32 system error code.
2004/12/24 Initial version.
CONFIDENTIAL