Searched refs:desired_access (Results 1 – 3 of 3) sorted by relevance
30 ULONG* desired_access, in GetSDKComplientParam() argument32 if (NULL != desired_access) { in GetSDKComplientParam()35 *desired_access = GENERIC_READ | GENERIC_WRITE; in GetSDKComplientParam()39 *desired_access = GENERIC_READ; in GetSDKComplientParam()43 *desired_access = GENERIC_WRITE; in GetSDKComplientParam()47 *desired_access = FILE_READ_ATTRIBUTES | FILE_READ_EA; in GetSDKComplientParam()
196 ULONG desired_access; in CreateHandle() local200 &desired_access, &desired_sharing)) { in CreateHandle()206 desired_access, in CreateHandle()
40 ULONG* desired_access,