Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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 |
|