Home | History | Annotate | Download | only in include

Lines Matching defs:PrepareForShutdown

922     virtual HRESULT WINAPI PrepareForShutdown(void) = 0;
971 HRESULT (WINAPI *PrepareForShutdown)(IRTCClient *This);
1022 #define IRTCClient_PrepareForShutdown(This) (This)->lpVtbl->PrepareForShutdown(This)
1178 HRESULT (WINAPI *PrepareForShutdown)(IRTCClient2 *This);
1242 #define IRTCClient2_PrepareForShutdown(This) (This)->lpVtbl->PrepareForShutdown(This)