The IReplStore::GetStoreInfo method gets information about the current store instance.
HRESULT GetStoreInfo(
PSTOREINFO pInfo
);
Header file: | Cesync.h |
Platforms: | H/PC |
Windows CE versions: | 2.0 and later |
The ActiveSync service manager will call the IReplStore::GetStoreInfo method with lpbStoreId set to NULL for the first time. The ActiveSync service provider should then set cbStoreId to the size of the store identifier. Replication will then call GetStoreInfo again with an allocated buffer and the size stored in cbMaxStoreId.