Home
last modified time | relevance | path

Searched refs:pSecDesc (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/sal/osl/w32/
H A Dpipe.c155 PSECURITY_DESCRIPTOR pSecDesc; in osl_createPipe() local
157 pSecDesc = (PSECURITY_DESCRIPTOR) rtl_allocateMemory(SECURITY_DESCRIPTOR_MIN_LENGTH); in osl_createPipe()
160 OSL_VERIFY(InitializeSecurityDescriptor(pSecDesc, SECURITY_DESCRIPTOR_REVISION)); in osl_createPipe()
161 OSL_VERIFY(SetSecurityDescriptorDacl(pSecDesc, TRUE, (PACL) NULL, FALSE)); in osl_createPipe()
165 pSecAttr->lpSecurityDescriptor = pSecDesc; in osl_createPipe()

Completed in 24 milliseconds