Y ysp_1984 Unregistered / Unconfirmed GUEST, unregistred user! 2006-07-31 #1 Getlasterror,Error_Already_Exists都是什么意思啊?
H hzjone Unregistered / Unconfirmed GUEST, unregistred user! 2006-08-02 #2 GetLastError returns the last error reported by an API call into the operating system. Calling this function usually resets the operating system error state. { Cannot create a file when that file already exists. } ERROR_ALREADY_EXISTS = 183;
GetLastError returns the last error reported by an API call into the operating system. Calling this function usually resets the operating system error state. { Cannot create a file when that file already exists. } ERROR_ALREADY_EXISTS = 183;