Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
hikvision cctv
no vote
//--------------------------------------------------------------------------- #include #pragma hdrstop #include "frm_config.h" #include "main.h" #include "error_msg.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.dfm" TForm1 *Form1; //--------------------------------------------------------------------------- __fastcall TForm1::TForm1(TComponent* Owner)     : TForm(Owner) { } //--------------------------------------------------------------------------- int         __fastcall    TForm1::GetDVRConfig() {     int result;     NET_DVR_DEVICECFG    deivcecfg;    &nbs
tumengerel
2016-08-23
0
1
No more~