php - How to know, which functions i can trigger by OLE Automation -


I have an application, I register it and I can start a file by opening it like this: / P>

$ Com = New com ('name.application'); $ Com- & gt; Openfile ('C: \ test.txt');

Now my question, can I analyze the application which is the trigger (crazy word) function?

This example can trigger: savefile (), too, but I had to ask the developer to get this information.

The best regard is

Probably not, but I'm COM (or COM +) There is no way to do this with the object, I can be wrong about this because I am not a Windows developer from nature, and if there is a way to do this, I would also like to know ... < / Div>

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -