StRg

  Functions >

StRg

Previous pageReturn to chapter overviewNext page

The StRg function provides registration of CAD DLL for current application without writing to Registry.

 

Syntax:

 

int StRg(

  LPCSTR User,

  LPCSTR EMail,

  LPCSTR Key,

);

 

 

Parameters:

 

User

Represents the content of the Name field from the registration data.

EMail

Represents the content of the E-mail field from the registration data.

Key

Represents the content of the Key field from the registration data.

 

Return Value:

If the function succeeds, the return value is 1.

If the function fails, the return value is zero.

 

 

See Also

StRgA  | StRgW


© 2003-2024 CADSoftTools

Go to CAD DLL