Home | History | Annotate | Download | only in include

Lines Matching refs:pPort

463     virtual HRESULT WINAPI get_Port(__LONG32 *pPort) = 0;
476 HRESULT (WINAPI *get_Port)(ITILSConfig *This,__LONG32 *pPort);
491 #define ITILSConfig_get_Port(This,pPort) (This)->lpVtbl->get_Port(This,pPort)
495 HRESULT WINAPI ITILSConfig_get_Port_Proxy(ITILSConfig *This,__LONG32 *pPort);