HRESULT SetCurrentLicense(
ILicense* TargetLicense,
VARIANT_BOOL IsSharedCPUCoresMode
);
void SetCurrentLicense(
ILicense TargetLicense,
bool IsSharedCPUCoresMode
);
Sub SetCurrentLicense( _
TargetLicense As ILicense,
IsSharedCPUCoresMode As Boolean _
)
이 페이지가 도움이 되었나요?