Share via

Missing documentation for CloudFilter api CfReportProviderProgress2

Jöran Malek 96 Reputation points
2022-01-31T11:36:24.013+00:00

This page learn.microsoft.com/cfapi.h header is missing definitions and mostly out of date.

#if ( NTDDI_VERSION >= NTDDI_WIN10_RS5 )  
  
STDAPI  
CfReportProviderProgress2(  
    _In_ CF_CONNECTION_KEY ConnectionKey,  
    _In_ CF_TRANSFER_KEY TransferKey,  
    _In_ CF_REQUEST_KEY RequestKey,  
    _In_ LARGE_INTEGER ProviderProgressTotal,  
    _In_ LARGE_INTEGER ProviderProgressCompleted,  
    _In_ DWORD TargetSessionId  
    );  
  
#endif // #if (NTDDI_VERSION >= NTDDI_WIN10_RS2)  
Windows development | Windows API - Win32

Answer accepted by question author

Junjie Zhu - MSFT 21,746 Reputation points
2022-02-01T09:23:04.763+00:00

Hello,
Welcome to Microsoft Q&A!

This should be an omission in the document. We will feedback the problems you find internally and inform you of any progress.

Thank you.

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.