@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The LSA_ENUMERATION_INFORMATION structure is used with the LsaEnumerateAccountsWithUserRight function to return a pointer to a SID. !!!!C# Definition: struct LSA_ENUMERATION_INFORMATION { public TODO; } !!!!VB Definition: Structure LSA_ENUMERATION_INFORMATION Dim Sid As IntPtr End Structure !!!!User-Defined Field Types: None. !!!!Notes: 'typedef struct _LSA_ENUMERATION_INFORMATION { ' PSID Sid; '} LSA_ENUMERATION_INFORMATION, *PLSA_ENUMERATION_INFORMATION; Documentation: LSA_ENUMERATION_INFORMATION@msdn on MSDN
Edit Structures.LSA_EN...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.