cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Marek22
Level 5

Advanced UI Suite Project - Custom DLL Action

Hello,
I am trying to create custom DLL with actions for advanced UI suite project. I was unable to find some simple example how to implement that function. My approach was:

void _stdcall MyAction()
{
ISuiteUIExtensionPtr ptr;
ISuiteUIExtension* suiteUIExtension = ptr.GetInterfacePtr();

suiteUIExtension->put_Property(BSTR("Test"), BSTR("hello"));
}


But seems not to work by calling it in action using : {MyActions::MyAction}
Can anyone please share some sample code, how this function should be implemented?

Many thanks,
Marek
Labels (1)
0 Kudos
(1) Reply
Marek22
Level 5

0 Kudos