Graphisoft®

GSRootVersion: 1.0

IVUShorts

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

    void IVUShorts (
        GS::PlatformSign platform,
        unsigned short *pUShort,
        long nUShorts
    );
    void IVUShorts (
        GS::PlatformSign from,
        GS::PlatformSign to,
        unsigned short *pUShort,
        long nUShorts
    );

파라미터

pUShort
[in, out] unsigned short 배열을 가리킵니다. 필요한 경우 모든 unsigned short들의 high 바이트와 low 바이트는 교환될 것입니다.
nUShorts
[in] pUShort 형태의 요소들의 개수입니다.

설명

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

요구사항

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

참고사항

IVShort