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.  | 
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
© 2003-2025 CADSoftTools
Go to CAD DLL