This method converts latitude and longitude data from degrees to radians.
HRESULT DegreesToRadians ( pPNPOSLLA pLLAPos );
S_OK indicates success. E_INVALIDARG indicates that one or more arguments are invalid.
If the PNPOSLLA structure contains a latitude and a longitude expressed in degrees, as indicated by a FALSE value for the PNSOLLA fRadians parameter, this method converts those values to radians by multiplying those values by pi/180. This method converts those values in place, so that the PNSOLLA structure contains latitude and longitude values expressed in radians after this method returns.
IPosNav::RadiansToDegrees, PNPOSLLA