Lines Matching refs:security_attributes
126 " security_attributes, creation_disposition,\n"
137 LPSECURITY_ATTRIBUTES security_attributes,
148 LPSECURITY_ATTRIBUTES security_attributes;
155 &file_name, &desired_access, &share_mode, &security_attributes, &creation_disposition, &flags_and_attributes, &template_file)) {
158 _return_value = _winapi_CreateFile_impl(module, file_name, desired_access, share_mode, security_attributes, creation_disposition, flags_and_attributes, template_file);
172 "CreateFileMapping($module, file_handle, security_attributes, protect,\n"
182 LPSECURITY_ATTRIBUTES security_attributes,
191 LPSECURITY_ATTRIBUTES security_attributes;
199 &file_handle, &security_attributes, &protect, &max_size_high, &max_size_low, _PyUnicode_WideCharString_Converter, &name)) {
202 _return_value = _winapi_CreateFileMapping_impl(module, file_handle, security_attributes, protect, max_size_high, max_size_low, name);
284 " security_attributes, /)\n"
296 LPSECURITY_ATTRIBUTES security_attributes);
309 LPSECURITY_ATTRIBUTES security_attributes;
313 &name, &open_mode, &pipe_mode, &max_instances, &out_buffer_size, &in_buffer_size, &default_timeout, &security_attributes)) {
316 _return_value = _winapi_CreateNamedPipe_impl(module, name, open_mode, pipe_mode, max_instances, out_buffer_size, in_buffer_size, default_timeout, security_attributes);