Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AddressToString function converts an address into a string.
Syntax
LPSTR WINAPI AddressToString(
_Out_ LPSTR string,
_In_ BYTE *lpAddress
);
Parameters
-
string [out]
-
String that the address is converted to.
-
lpAddress [in]
-
The address that is printed.
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 |
|