Home | History | Annotate | Download | only in include

Lines Matching defs:StartService

437     virtual HRESULT WINAPI StartService(void) = 0;
452 HRESULT (WINAPI *StartService)(ISdoServiceControl *This);
469 #define ISdoServiceControl_StartService(This) (This)->lpVtbl->StartService(This)