G
Guest
FbwfGetExclusionList always give the ERROR_MORE_DATA as return value . So i
cant get the excluded folder and file list
ULONG ulCurrentSession = 1;
WCHAR szDrive[32];
swprintf(szDrive, L"C:\\");
ULONG cbSize = 32;
BYTE *pszExcludedFiles = new BYTE[32];
ULONG ulProcessStatus = FbwfGetExclusionList(szDrive, ulCurrentSession,
pszExcludedFiles,&cbSize);
i always get the ERROR_MORE_DATA. can anybody help me
Thank you ,
Regards,
KSMH
cant get the excluded folder and file list
ULONG ulCurrentSession = 1;
WCHAR szDrive[32];
swprintf(szDrive, L"C:\\");
ULONG cbSize = 32;
BYTE *pszExcludedFiles = new BYTE[32];
ULONG ulProcessStatus = FbwfGetExclusionList(szDrive, ulCurrentSession,
pszExcludedFiles,&cbSize);
i always get the ERROR_MORE_DATA. can anybody help me
Thank you ,
Regards,
KSMH