PA_ModifyMethod

View: New views
1 Messages — Rating Filter:   Alert me  

PA_ModifyMethod

by Mark Schaake2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Anybody gotten this call to work? I keep getting an "Invalid method name" alert when I make a call to PA_ModifyMethod. I check to make sure the method exists prior to making the call by calling PA_GetMethodID and checking for a positive method ID. The method does exist, and I can verify the method name is getting passed correctly. However, the PA_ModifyMethod call doesn't like it for some reason. I am making the call like this:

PA_ModifyMethod(methodName_uchars, code)

Where methodName_uchars is a PA_Unichar*
and code is a PA_Unistring*

Any ideas?

Mark Schaake