Desktop Functions: Smart Device Functions:
|
Search Results for "SECURITY_LOGON_SESSION_DATA" in [All]Structuressecur32private struct SECURITY_LOGON_SESSION_DATA
SECURITY_LOGON_SESSION_DATA data = (SECURITY_LOGON_SESSION_DATA)Marshal.PtrToStructure(sessionData, typeof(SECURITY_LOGON_SESSION_DATA));
LsaFreeReturnBuffer(sessionData); //free the SECURITY_LOGON_SESSION_DATA memory in the struct |