IPosNav::WintmToPNTM

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

Syntax

HRESULT WintmPNTM ( PNTM pNTM, const SYSTEMTIME pTime, );

Parameters

pNTM
Pointer to a structure that receives the time in the format specified by the PNTM structure.
pTime
Pointer to the time to be converted, in the format specified by the Windows CE SYSTEMTIME 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::PNTMToWintm