Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dchannel-win32.c325 SECURITY_ATTRIBUTES sec_attrs; in ga_channel_new() local
336 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()