Luis,
uint GetCategoryName ( int PROPCAT, uint lcid, out string pbstrName )
This is only correct if you have the PreserveSig attribute on the method declaration. Without it, the signature should be
void GetCategoryName(int Ppropcat, uint lcid, out string pbstrName)
or
string GetCategoryName(int propcat, uint lcid)
Mattias
-- Mattias Sj�gren [EMAIL PROTECTED]
=================================== This list is hosted by DevelopMentor� http://www.develop.com Some .NET courses you may be interested in:
Essential .NET: building applications and components with CSharp August 30 - September 3, in Los Angeles http://www.develop.com/courses/edotnet
View archives and manage your subscription(s) at http://discuss.develop.com
