#include <CEmptyVolumeCacheCallBack.hpp>
|
| STDMETHOD_ (ULONG, AddRef)() throw () |
|
| STDMETHOD_ (ULONG, Release)() throw () |
|
STDMETHOD() | QueryInterface (REFIID riid, _COM_Outptr_ void **ppvObject) throw () |
|
STDMETHODIMP | ScanProgress (_In_ DWORDLONG dwlSpaceUsed, _In_ DWORD dwFlags, _In_ LPCWSTR pcwszStatus) override |
|
STDMETHODIMP | PurgeProgress (_In_ DWORDLONG dwlSpaceFreed, _In_ DWORDLONG dwlSpaceToFree, _In_ DWORD dwFlags, _In_ LPCWSTR pcwszStatus) override |
|
HRESULT | ScanProgress ([in] DWORDLONG dwlSpaceUsed, [in] DWORD dwFlags, [in] LPCWSTR pcwszStatus) |
|
HRESULT | PurgeProgress ([in] DWORDLONG dwlSpaceFreed, [in] DWORDLONG dwlSpaceToFree, [in] DWORD dwFlags, [in] LPCWSTR pcwszStatus) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
◆ PurgeProgress()
Definition at line 45 of file CEmptyVolumeCacheCallBack.hpp.
50 {
51 DPRINT(
"dwlSpaceFreed: %lld, dwlSpaceToFree: %lld, dwFlags: %x\n", dwlSpaceFreed, dwlSpaceToFree,
dwFlags);
53 }
_In_ PCCERT_CONTEXT _In_ DWORD dwFlags
◆ QueryInterface()
Definition at line 22 of file CEmptyVolumeCacheCallBack.hpp.
25 {
27 {
30 }
33 }
_In_ void _In_ PCCERT_CONTEXT _In_opt_ LPFILETIME _In_ DWORD _In_ DWORD _Outptr_opt_ void ** ppvObject
◆ ScanProgress()
◆ STDMETHOD_() [1/2]
CEmptyVolumeCacheCallBack::STDMETHOD_ |
( |
ULONG |
, |
|
|
AddRef |
|
|
) |
| |
throw | ( | |
| ) | | |
|
inline |
◆ STDMETHOD_() [2/2]
CEmptyVolumeCacheCallBack::STDMETHOD_ |
( |
ULONG |
, |
|
|
Release |
|
|
) |
| |
throw | ( | |
| ) | | |
|
inline |
The documentation for this struct was generated from the following file: