The ActiveSync service provder implements SetPacket to serialize one or more packets into an object. These packets are guaranteed to be in the exact same order as when they are sent.
HRESULT SetPacket(
LPBYTE lpbData,
DWORD cbData
);
Header file: | Cesync.h |
Platforms: | H/PC |
Windows CE versions: | 2.0 and later |
The IReplObjHandler::SetPacket method is called continuously until the last packet is received. These packets are guaranteed to be received in the exact same number and in the exact same order as they are created by IReplObjHandler::GetPacket.