NdisSetPhysicalAddressHigh 매크로(ndis.h)

NdisSetPhysicalAddressHigh 는 지정된 실제 주소의 상위 부분을 지정된 값으로 설정합니다.

구문

void NdisSetPhysicalAddressHigh(
  [in]  _PhysicalAddress,
  [in]  _Value
);

매개 변수

[in] _PhysicalAddress

OS 종속 크기의 실제 주소를 지정합니다.

[in] _Value

주소의 상위 부분에 쓸 값을 지정합니다.

반환 값

없음

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows Vista에서 NDIS 6.0 및 NDIS 5.1 드라이버(NdisSetPhysicalAddressHigh(NDIS 5.1) 참조)에 대해 지원됩니다. Windows XP에서 NDIS 5.1 드라이버(NdisSetPhysicalAddressHigh(NDIS 5.1) 참조)에 대해 지원됩니다.
대상 플랫폼 유니버설
헤더 ndis.h(Ndis.h 포함)
IRQL 모든 수준

추가 정보

NDIS_PHYSICAL_ADDRESS

NdisGetPhysicalAddressHigh

NdisSetPhysicalAddressLow