Searched defs:MsdpAlgorithmHandle (Results 1 – 1 of 1) sorted by relevance
48 struct MsdpAlgorithmHandle { struct53 … MsdpAlgorithmHandle() : handle(nullptr), create(nullptr), destroy(nullptr), pAlgorithm(nullptr) {} in MsdpAlgorithmHandle() argument54 ~MsdpAlgorithmHandle() {} in ~MsdpAlgorithmHandle() argument55 void Clear() in Clear()