المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Combining an SDK with C# through Visual Studio



C# Programming
08-27-2009, 04:23 PM
Hey, this is fairly simply question, I believe, just something very new to me.

I recently downloaded an SDK and want to access it with my c# console. I cannot seem to find it in my COM references??

My actual aim is to use the ConvertStringSidToSid function call

http://msdn.microsoft.com/en-us/library/aa376399%28VS.85%29.aspx[^ (http://msdn.microsoft.com/en-us/library/aa376399%28VS.85%29.aspx)]

Which is apparently is in the SDDL.h header.

I'm trying to add the SDK reference but it doesn't appear in the list of COMS. Any help for going about this would be brilliant.

Thanks you