Graphisoft®

GSRootVersion: 1.0

IVUInt64

unsigned 64-bit integer 형태의 바이트들을 스왑합니다.

    void IVUInt64 (
        GS::PlatformSign platform,
        UInt64 *pUInt64
    );
    void IVUInt64 (
        GS::PlatformSign from,
        GS::PlatformSign to,
        UInt64 *pUInt64
    );

파라미터

platform, from
[in] 입력 플랫폼입니다.
to
[in] 2번째 함수를 위한 출력 플랫폼입니다.
pUInt64
[in, out] unsigned 64-bit integer를 가리킵니다. 필요한 경우 8바이트들이 뒤집힐 것입니다.

설명

당신은 이 함수를 이용하여 big-endian->little-endian 또는 little-endian->big-endian 변환을 할 수 있습니다.

요구사항

버전: 2.0 또는 이후
헤더: IV.hpp
라이브러리 가져오기: GSRootImp.lib
모듈: GSRoot

참고사항

IVUInt64s