Tak skal I have !
btw, - på et eller andet tidspunkt skal jeg nok have læst lidt om pointers
og om hvad man kan bruge @ til
- Thomas
Thomas P <blomme@post.com> skrev i en
nyhedsmeddelelse:9a7cu9$622$1@news.inet.tele.dk...
> Som enhver anden gang, har jeg næsten ingen forstand på pointers, som
denne
> funktion kræver at man kender for at bruge den. Jeg har et udpluk fra
Win32
> Programmer's Reference...
>
> --snip--
>
> BOOL GetUserName(
>
> LPTSTR lpBuffer, // address of name buffer
> LPDWORD nSize // address of size of name buffer
> );
>
> Parameters
>
> lpBuffer
>
> Points to the buffer to receive the null-terminated string containing the
> user's logon name. If this buffer is not large enough to contain the
entire
> user name, the function fails.
>
> nSize
>
> Pointer to a DWORD that, on input, specifies the maximum size, in
> characters, of the buffer specified by the lpBuffer parameter. If this
> buffer is not large enough to contain the entire user name, the function
> fails. If the function succeeds, it will place the number of characters
> copied to the buffer into the DWORD that nSize points to.
>
> --snip--
>
> Håber nogen kan hjælpe
>
> - Thomas
>
>