Log in

View Full Version : DMProcessConfigXML


torandre
11-17-2003, 02:38 PM
Anyone got DMProcessConfigXML to work from C#. Works great from eVC 4, but I need someone to import the function into C# for me. Its in the aygshell.dll i suppose and the function in c++ is:

HRESULT DMProcessConfigXML(
LPCWSTR pszWXMLin,
DWORD dwFlags,
LPWSTR * ppszwXMLout
);

Tnx

Robert Levy
11-17-2003, 10:19 PM
I've been sitting on this code for a while now... hope you can make use of it! ;)

http://www.smartphonethoughts.com/articles.php?action=expand,4397

torandre
11-18-2003, 10:44 AM
Cool...

Gonna try implement it this afternoon, tnx.