Home | History | Annotate | Download | only in include

Lines Matching refs:Connections

280     INapEnforcementClientConnection **connections;
281 } Connections;
291 Connections **connections) = 0;
319 Connections **connections);
335 #define INapEnforcementClientCallback_GetConnections(This,connections) (This)->lpVtbl->GetConnections(This,connections)
351 static FORCEINLINE HRESULT INapEnforcementClientCallback_GetConnections(INapEnforcementClientCallback* This,Connections **connections) {
352 return This->lpVtbl->GetConnections(This,connections);
368 Connections **connections);