G
Guest
Hi @ all,
I have to develop an graphical FBWF-Manger application using the
FBWF API. The IDE I´m using is Visual Studio 6.0 using C++.
I want to query all excluded files with the following code but I always get
a Errorcode 87 from function FbwfGetExclusionList. Errorcode 87 means
"invalid parameter" but I can´t find any mistake.
Please look at the code below:
ULONG ulCurrentSession = 1;
WCHAR szDrive[32];
swprintf(szDrive, L"C:\\");
ULONG cbSize = 32;
BYTE *pszExcludedFiles = new BYTE[32];
int iErr = FbwfGetExclusionList(szDrive, ulCurrentSession, pszExcludedFiles,
&cbSize);
Thanks for reply, Chriz
I have to develop an graphical FBWF-Manger application using the
FBWF API. The IDE I´m using is Visual Studio 6.0 using C++.
I want to query all excluded files with the following code but I always get
a Errorcode 87 from function FbwfGetExclusionList. Errorcode 87 means
"invalid parameter" but I can´t find any mistake.
Please look at the code below:
ULONG ulCurrentSession = 1;
WCHAR szDrive[32];
swprintf(szDrive, L"C:\\");
ULONG cbSize = 32;
BYTE *pszExcludedFiles = new BYTE[32];
int iErr = FbwfGetExclusionList(szDrive, ulCurrentSession, pszExcludedFiles,
&cbSize);
Thanks for reply, Chriz