I am defining the function as a DLL FUNCTION using this line...
- Code: Select all Expand view
#define SIPF_OFF 0x00000000
#define SIPF_ON 0x00000001
DLL FUNCTION SIPShowIM( nState AS DWORD ) AS BOOL LIB "COREDLL.DLL"
I call the function with this simple line...
- Code: Select all Expand view
SIPShowIM( SIPF_ON )
However, I only get a NULL value in return and nothing happens to the SIP. Has anyone successfully found a way to manage the SIP?
Also, this might be a nice optional METHOD for GETs in FWPPC...