• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

IS4SPPackage set Instructions name

Explorer ,
Sep 03, 2017 Sep 03, 2017

Copy link to clipboard

Copied

Hello,

how can I set the instruction's name when I want to use IS4SPPackage to generate a package?

Thanks in advance

Regards

TOPICS
SDK

Views

486

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 12, 2017 Sep 12, 2017

Copy link to clipboard

Copied

Nobody?

I think there must be some Setter functions, but I do not find it. Is there an other way too?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Oct 06, 2017 Oct 06, 2017

Copy link to clipboard

Copied

Hi,

InterfacePtr<IS4SPPackage> ipkg((IS4SPPackage*)::CreateObject(kPackageAPIBoss, IID_IS4SPPACKAGEAPI));

InterfacePtr<IPackageReport> iPkgReport((IPackageReport*)::CreateObject(kS4SPPackageReportBoss, IID_IS4SPPACKAGEREPORT));

iPkgReport->GenerateReport(ipkg, &idFile); // Pass IDFile here.

Regards,

Rahul Rastogi

www.izinesolutions.com

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 16, 2017 Oct 16, 2017

Copy link to clipboard

Copied

LATEST

Thanks, but how could i set the instructions name?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines