On Friday, March 11, 2005 at 12:29:48 AM UTC+7, riglee wrote:
I am calling CreateFile on a remote file (\\IP\C$\DirPath\FIlename). I have all the permissions needed. See code snippet below. What is this message, "Not enough quota is available to process this command" and why does it happen?
m_hFile = CreateFile(SomeFileName, GENERIC_READ,FILE_SHARE_READ,NULL,OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
if (INVALID_HANDLE_VALUE == m_hFile) {
DWORD Err = GetLastError();
// GetLastError returns 1816
// Not enough quota is available to process this command
return false;
}
Thanks for any insight.
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)