Funzione StorPortConvertUlongToPhysicalAddress (storport.h)
La routine StorPortConvertUlongToPhysicalAddress converte un indirizzo lungo senza segno in un indirizzo fisico.
Sintassi
STORPORT_API STOR_PHYSICAL_ADDRESS StorPortConvertUlongToPhysicalAddress(
[in] ULONG_PTR UlongAddress
);
Parametri
[in] UlongAddress
Contiene l'indirizzo da convertire.
Valore restituito
La routine StorPortConvertUlongToPhysicalAddress restituisce l'indirizzo fisico che corrisponde all'indirizzo lungo senza segno passato dal chiamante.
Osservazioni
StorPortConvertUlongToPhysicalAddress usa STOR_PHYSICAL_ADDRESS per rappresentare gli indirizzi fisici.
typedef PHYSICAL_ADDRESS STOR_PHYSICAL_ADDRESS, *PSTOR_PHYSICAL_ADDRESS;
Il tipo STOR_PHYSICAL_ADDRESS è un tipo di dati indipendente dal sistema operativo usato dai driver miniport Storport per rappresentare indirizzi fisici o un indirizzo relativo al bus.
La macro StorPortConvertPhysicalAddressToULong64 converte un indirizzo fisico in un valore ULONG64.
ULONG64 StorPortConvertPhysicalAddressToULong64(
[in] STOR_PHYSICAL_ADDRESS Address
);
StorPortConvertPhysicalAddressToULong64 usa STOR_PHYSICAL_ADDRESS per rappresentare gli indirizzi fisici.
Fabbisogno
Requisito | Valore |
---|---|
piattaforma di destinazione | Universale |
intestazione | storport.h (include Storport.h) |
libreria | Storport.lib |