StorPortConvertUlongToPhysicalAddress 함수(storport.h)

StorPortConvertUlongToPhysicalAddress 루틴은 서명되지 않은 긴 주소를 실제 주소로 변환합니다.

구문

STORPORT_API STOR_PHYSICAL_ADDRESS StorPortConvertUlongToPhysicalAddress(
  [in] ULONG_PTR UlongAddress
);

매개 변수

[in] UlongAddress

변환할 주소를 포함합니다.

반환 값

StorPortConvertUlongToPhysicalAddress 루틴은 호출자가 전달한 서명되지 않은 긴 주소에 해당하는 실제 주소를 반환합니다.

설명

StorPortConvertUlongToPhysicalAddressSTOR_PHYSICAL_ADDRESS 사용하여 실제 주소를 나타냅니다.

typedef PHYSICAL_ADDRESS STOR_PHYSICAL_ADDRESS, *PSTOR_PHYSICAL_ADDRESS;

STOR_PHYSICAL_ADDRESS 형식은 Storport 미니포트 드라이버가 물리적 주소 또는 버스 상대 주소를 나타내는 데 사용하는 운영 체제 독립적 데이터 형식입니다.

StorPortConvertPhysicalAddressToULong64 매크로는 실제 주소를 ULONG64 값으로 변환합니다.

ULONG64 StorPortConvertPhysicalAddressToULong64(
  [in] STOR_PHYSICAL_ADDRESS Address
);

용어 Description
주소 [in] STOR_PHYSICAL_ADDRESS

STOR_PHYSICAL_ADDRESS 형식의 주소 값을 지정합니다.

반환 값 ULONG64

StorPortConvertPhysicalAddressToULong64 는 전달된 실제 주소에서 파생된 ULONG64 값을 반환합니다.

 

StorPortConvertPhysicalAddressToULong64는 STOR_PHYSICAL_ADDRESS 사용하여 실제 주소를 나타냅니다.

요구 사항

요구 사항
대상 플랫폼 유니버설
헤더 storport.h(Storport.h 포함)
라이브러리 Storport.lib