หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The StringToAddress function converts a string to an address.
Syntax
LPBYTE WINAPI StringToAddress(
_Out_ BYTE *lpAddress,
_In_ LPSTR string
);
Parameters
-
lpAddress [out]
-
Pointer to the address the string is converted to.
-
string [in]
-
String that is converted to an address.
Return value
The return value is a pointer to the converted string.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 2000 Professional [desktop apps only] |
| Minimum supported server |
Windows 2000 Server [desktop apps only] |
| Header |
|
| Library |
|
| DLL |
|