Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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 |
|