JNative can only live with your donations and advertisement


To post a message

Replying to:

Dealing with out structures

Friday 26 January 2007 by jnative
This is a simple DLL call that puts its output in a structure :
I take the example of Kernel32’s GetSystemTime() for example as asked by Rods
This is the comment of the out structure you can find it on the msdn /** * SystemTime * * * typedef struct _SYSTEMTIME * WORD wYear; * WORD wMonth; * WORD wDayOfWeek; * WORD wDay; * WORD wHour; * WORD wMinute; * WORD wSecond; * WORD wMilliseconds; * SYSTEMTIME, * */
Then we need (...)

Prior to participating in this forum, you must register. Thank you for entering the personal identifier supplied to you. If you are not already registered, you must register.

[register] [password forgotten?]