Searched defs:lpSecurityAttributes (Results 1 - 1 of 1) sorted by relevance

/external/dbus/dbus/
H A Ddbus-sysdeps-wince-glue.c534 LPSECURITY_ATTRIBUTES lpSecurityAttributes,
547 lpSecurityAttributes, dwCreationDisposition,
677 CreateDirectoryA (LPCSTR lpPathName, LPSECURITY_ATTRIBUTES lpSecurityAttributes) argument
687 result = CreateDirectoryW (pathname, lpSecurityAttributes);
533 CreateFileA(LPCSTR lpFileName, DWORD dwDesiredAccess, DWORD dwSharedMode, LPSECURITY_ATTRIBUTES lpSecurityAttributes, DWORD dwCreationDisposition, DWORD dwFlagsAndAttributes, HANDLE hTemplateFile) argument

Completed in 200 milliseconds