8.1.1 LZNV SDK COM Object Overview


   8.1.1 LZNV SDK COM Object Overview


LZNV SDK ships with a COM Object DLL.


See more here Component Object Model (COM)


LZNV SDK COM Obj GUID:


//

//__LZNV_COM_OBJ_Guid_h__.h

//


#ifndef __LZNV_COM_OBJ_Guid_h__

#define __LZNV_COM_OBJ_Guid_h__


// {B2FDB86C-4B97-483A-804E-EF3D381D32B3}

static const GUID CLSID_IDD_ILZNV_COM_OBJ_Interface =

{ 0xb2fdb86c, 0x4b97, 0x483a, { 0x80, 0x4e, 0xef, 0x3d, 0x38, 0x1d, 0x32, 0xb3 } };


#endif