Hi all !
I need to get/change the shutdown parameters for the currently calling process.
How can I do this using functions SetProcessShutdownParameters and GetProcessShutdownParameters ?
#pragma BEGINDUMP
#include <windows.h>
#include <hbapi.h>
HB_FUNC( SETPROCESSSHUTDOWNPARAMETERS )
{
hb_retl( SetProcessShutdownParameters( hb_parnl( 1 ), hb_parnl( 2 ) ) );
}
#pragma ENDDUMP
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot], Silvio.Falconi and 50 guests