Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The WCM_USAGE_DATA structure contains information related to connection usage.
Syntax
typedef struct _WCM_USAGE_DATA {
DWORD UsageInMegabytes;
FILETIME LastSyncTime;
} WCM_USAGE_DATA, *PWCM_USAGE_DATA;
Members
UsageInMegabytes
Type: DWORD
The connection usage, in megabytes.
LastSyncTime
Type: FILETIME
Specifies the last time that usage information was reconciled with the carrier's billing system.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | wcmapi.h |