AddressToString 函式
AddressToString函式會將位址轉換成字串。
語法
LPSTR WINAPI AddressToString(
_Out_ LPSTR string,
_In_ BYTE *lpAddress
);
參數
-
string [out]
-
位址要轉換成的字串。
-
lpAddress [in]
-
列印的位址。
傳回值
傳回值是已轉換字串的指標。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows 2000 Server [僅限桌面應用程式] |
標頭 |
|
程式庫 |
|
DLL |
|