Acrosser AR-B1673 User Manual

Page 44

Advertising
background image

AR-B1673 User’s Guide

InitSecuritySystem = (MYPROC) GetProcAddress(hinstLib,

TEXT(“InitSecuritySystem”));

CheckId = (MYPROC) GetProcAddress(hinstLib, TEXT(

“CheckId”));

ReadStatus = (MYPROC) GetProcAddress(hinstLib, TEXT(

“ReadStatus”));

CloseSecuritySystem = (MYPROC) GetProcAddress(hinstLib,

TEXT(“CloseSecuritySystem”));

// Free the DLL module

FFreeResult = FreeLibrary(hinstLib);

}
}

After the run-time initialization like shown in example above, user can directly use the functions as normal C/C++
functions (see chapter 3.1).
After compilation, “ProtectU.dll” and “DIO.sys” files must be put in the same directory as the executable files.
For more information on run-time library linking, please see

http://msdn.microsoft.com

.

44

Advertising