Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
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 |
|