I'm making a tiny plugin that will allow access to PPROSERVICES from
another process.

I'll not replicate anything that can be done by simply calling a pp
command via the WM_COPYDATA interface.

I'll ignore any PPROSERVICES service that would have no meaning in
another process, and any service that would be easy for a C programmer
to replicate.

But I should include an interface to any service that returns a result.

I'm left with at least

GetStaticVarAddr
SetStaticVar
GetVarSize
GetVarAddr
SetVar
GetCurrentDir
MatchCaption
FindMatchingWindow
EvalExpr

Any I've missed?

I'll either provide a pipe and require a listening pipe in using
process, or sned WM_COPYDATA messages back and forth. 




Reply via email to