Home | History | Annotate | Download | only in Modules

Lines Matching defs:InitialState

344     "CreateEvent(EventAttributes, ManualReset, InitialState, Name)"
353 BOOL InitialState;
359 &InitialState, &Name))
368 Event = CreateEventW(NULL, ManualReset, InitialState, Name);