Searched refs:m_securityAttributes (Results 1 – 1 of 1) sorted by relevance
655 m_securityAttributes.lpSecurityDescriptor = 0; in DX11Operation()1046 if (m_securityAttributes.lpSecurityDescriptor) in cleanup()1048 freeSecurityDescriptor(m_securityAttributes.lpSecurityDescriptor); in cleanup()1049 m_securityAttributes.lpSecurityDescriptor = NULL; in cleanup()1211 SECURITY_ATTRIBUTES m_securityAttributes; member in vkt::synchronization::__anoneb7ae1d90111::DX11Operation1215 m_securityAttributes.nLength = sizeof (SECURITY_ATTRIBUTES); in getSecurityAttributes()1216 m_securityAttributes.bInheritHandle = TRUE; in getSecurityAttributes()1217 if (!m_securityAttributes.lpSecurityDescriptor) in getSecurityAttributes()1218 m_securityAttributes.lpSecurityDescriptor = getSecurityDescriptor(); in getSecurityAttributes()1220 return &m_securityAttributes; in getSecurityAttributes()