IPosNav::PNTMToWintm

This method converts a time in the format specified by the PNTM structure to the format specified by the Windows CE SYSTEMTIME structure.

Syntax

HRESULT PNTMToWintm ( SYSTEMTIME pTime, const PNTM pNTM );

Parameters

pTime
Pointer to a structure that receives the time in the format specified by the SYSTEMTIME structure.
pNTM
Pointer to the time to be converted, in the format specified by the PNTM structure.

Return Values

S_OK indicates success. E_FAIL indicates that unspecified error occurred. E_INVALIDARG indicates one or more arguments are invalid.

See Also

IPosNav::WintmToPNTM, PNTM, SYSTEMTIME