Searched refs:sec_attrs (Results 1 – 1 of 1) sorted by relevance
325 SECURITY_ATTRIBUTES sec_attrs; in ga_channel_new() local336 sec_attrs.nLength = sizeof(SECURITY_ATTRIBUTES); in ga_channel_new()337 sec_attrs.lpSecurityDescriptor = NULL; in ga_channel_new()338 sec_attrs.bInheritHandle = false; in ga_channel_new()342 c->rstate.ov.hEvent = CreateEvent(&sec_attrs, FALSE, FALSE, NULL); in ga_channel_new()