| Author |
error C3861: 'ConvertStringSidToSid': identifier not found
|
|
|
| I am using C++ in Visutal Studio 2005. Need to convert a string SID to
binary via ConvertStringSidToSid. Even though I included sddl.h (the
directory containing sddl.h is added to the additional include directories)
and advapi32.lib in my project and I am still getting an error
C3861: 'ConvertStringSidToSid': identifier not found
Can somebody help me resolve this?
Thanks
| |
|
| I have resolved the problem. Commented the line
//#define WIN32_LEAN_AND_MEAN
"bap" wrote:
> I am using C++ in Visutal Studio 2005. Need to convert a string SID to
> binary via ConvertStringSidToSid. Even though I included sddl.h (the
> directory containing sddl.h is added to the additional include directories)
> and advapi32.lib in my project and I am still getting an error
> C3861: 'ConvertStringSidToSid': identifier not found
> Can somebody help me resolve this?
> Thanks
|
|
|
|