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

A QUESTION ABOUT sPSActionControl

New Here ,
Mar 13, 2008 Mar 13, 2008

Copy link to clipboard

Copied

The code is like this:
PSActionControlProcs* sPSActionControlï¼›

Error = sSPBasic->AcquireSuite(kPSActionControlSuite, kPSActionControlSuiteVersion, &sPSActionControl);

Question: sPSActionControl is NULL in the filter plug-in but is not NULL in the automation plug-in.

Now I want use sPSActionControl in filter plug-in code, what would I do?
TOPICS
SDK

Views

505

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
Adobe
New Here ,
Mar 18, 2008 Mar 18, 2008

Copy link to clipboard

Copied

I have same question.

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
Adobe Employee ,
Apr 05, 2008 Apr 05, 2008

Copy link to clipboard

Copied

LATEST
The control suite is not available to filter plug-in types. You cannot perform automation in a filter plug-in. You will need to combine a filter and an automation plug-in to get the control suite. See the AutomationFilter and Hidden example.

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