StarBurn OCX
ContentsIndexHome
PreviousUpNext
IRegistration Interface
IRegistration Methods | IRegistration Members | Interfaces | Example
C++
[ object, uuid("437585EF-3748-41b7-A596-24860C68022E"), dual, helpstring("IRegistration Interface"), pointer_default(unique) ]
__interface IRegistration : public IDispatch;

Use this class to register and to unregister StarBurn SDK

    
    // create object
    var Reg = new ActiveXObject( "StarBurnX.Registration" );
    // register starburn sdk with free license
    Reg.SetLicenseFree();
    ....
    // unregister starburn sdk
    Reg.Free();
File

Registration.h

Links
IRegistration Methods, IRegistration Members, Interfaces, Example
Copyright 2004-2006 by RocketDivision.com
What do you think about this topic? Send feedback!