Searched refs:SECURITY_ATTRIBUTES (Results 1 – 3 of 3) sorted by relevance
38 As SECURITY_ATTRIBUTES, phkResult As Long, lpdwDisposition As Long) As Long52 Type SECURITY_ATTRIBUTES type91 Dim secattr As SECURITY_ATTRIBUTES ' security settings for the key120 Dim secattr As SECURITY_ATTRIBUTES ' security settings for the key
163 pSecAttr = rtl_allocateMemory(sizeof(SECURITY_ATTRIBUTES)); in osl_createPipe()164 pSecAttr->nLength = sizeof(SECURITY_ATTRIBUTES); in osl_createPipe()
240 SECURITY_ATTRIBUTES sa; in create_pipe()241 sa.nLength = sizeof(SECURITY_ATTRIBUTES); in create_pipe()
Completed in 23 milliseconds