Share

AcStrToIntPtr Function

C++

inline Adesk::LongPtr ADESK_STDCALL AcStrToIntPtr(
    const wchar_t * s
);

File

Ac64BitHelpers.h

Description

Provides a polymophic function to parse INT_PTR string

Previous Declaration

inline Adesk::LongPtr AcStrToIntPtr(const wchar_t * s)

Was this information helpful?