Note
ამ გვერდზე წვდომა ავტორიზაციას მოითხოვს. შეგიძლიათ სცადოთ შესვლა ან დირექტორიების შეცვლა.
ამ გვერდზე წვდომა ავტორიზაციას მოითხოვს. შეგიძლიათ სცადოთ დირექტორიების შეცვლა.
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 |
|