Hi All.
I am trying to configure a call library function with the following parameters from MSDN
BOOL WINAPI GetConsoleScreenBufferInfo( _In_ HANDLE hConsoleOutput, _Out_ PCONSOLE_SCREEN_BUFFER_INFO lpConsoleScreenBufferInfo );
For the types HANDLE and PCONSOLE_SCREEN_BUFFER_INFO what should they be set to. These are C++ parameters and there is no documentation of how to use them in Labview. Does anyone know how to set them up??
Thanks.