ConvertStringSidToSid , not defined??

From: EP (ep_at_newsgrouponly.com)
Date: 06/28/04


Date: Mon, 28 Jun 2004 16:01:32 -0500

I have a strange issue in VC7 trying to call ConvertStringSidToSid.

Every time I try to compile, it complains
    "ConvertStringSidToSid identifier not found, even with
argument-dependent lookup"

I've linked to advapi32 and included sddl.h. This happens in an MFC
template project or a .Net C++ project.

The strangest thing is that I still get SDDL_REVISION_1 as defined (which is
in the same sddl.h file).

Has anyone figured out why this is?