Graphisoft®

GSRootVersion: 1.0

IVUBytes

unsigned byte 배열의 바이트들을 스왑합니다.

    void IVUBytes (
        GS::PlatformSign platform,
        unsigned char* pUBytes,
        long nUBytes
    );
    void IVUBytes (
        GS::PlatformSign from,
        GS::PlatformSign to,
        unsigned char* pUBytes,
        long nUBytes
    );

파라미터

platform, from
[in] 입력 플랫폼입니다.
to
[in] 2번째 함수를 위한 출력 플랫폼입니다.
pUBytes
[in, out] unsigned byte 배열을 가리킵니다.
nUBytes
[in] pUBytes 형태의 요소들의 개수입니다.

설명

이 함수들은 no-ops이기 때문에 1바이트를 스왑할 수 없습니다. 우리가 이러한 함수들을 제공하는 이유는 스와핑 함수들의 자동 생성을 가능하게 하거나 멤버 함수들을 쉽게 만들게 하기 위해서입니다.

요구사항

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

참고사항

IVUByte