Searched defs:MsdpAlgoHandle (Results 1 – 1 of 1) sorted by relevance
46 struct MsdpAlgoHandle { struct51 MsdpAlgoHandle() : handle(nullptr), create(nullptr), destroy(nullptr), pAlgorithm(nullptr) {} in MsdpAlgoHandle() argument52 ~MsdpAlgoHandle() {} in ~MsdpAlgoHandle() argument53 void Clear() in Clear()