Searched defs:CommonHandle (Results 1 – 2 of 2) sorted by relevance
113 struct CommonHandle { struct114 typedef HANDLE handle_type;116 static handle_type GetInvalidHandle() { in GetInvalidHandle()120 static void Destruct(handle_type Handle) { in Destruct()124 static bool isValid(handle_type Handle) { in isValid()
249 auto CommonHandle = addModule(std::move(CommonsModule), MSI, LogicalModule); in partitionAndAdd() local