?
=?gb2312?B?wO66o7H1?=
My code :
hHandle = CreateFile( pSpDevIntfsDetData->DevicePath,
GENERIC_READ|GENERIC_WRITE,
FILE_SHARE_READ|FILE_SHARE_WRITE, NULL,
CREATE_NEW, FILE_ATTRIBUTE_NORMAL, NULL);
and i run this code in vista ,it return the lasterror 5. tell me no
Privileges. why i can get the Privileges to run creatfile?
hHandle = CreateFile( pSpDevIntfsDetData->DevicePath,
GENERIC_READ|GENERIC_WRITE,
FILE_SHARE_READ|FILE_SHARE_WRITE, NULL,
CREATE_NEW, FILE_ATTRIBUTE_NORMAL, NULL);
and i run this code in vista ,it return the lasterror 5. tell me no
Privileges. why i can get the Privileges to run creatfile?