StRgW

  Functions >

StRgW

Previous pageReturn to chapter overviewNext page

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

 

Syntax:

 

int StRgW(

  LPCWSTR User,

  LPCWSTR EMail,

  LPCWSTR 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

StRg  | StRgA


© 2003-2024 CADSoftTools

Go to CAD DLL