How to hide unmanged types

  • Thread starter Thread starter Peter Hemmingsen
  • Start date Start date
P

Peter Hemmingsen

Hi,

Is it possible to hide(in C# intellisence) an unmanaged type written in
mc++?

I have the following declaration in my header file:

namespace myCode {
....
typedef struct {unsigned DynAttr; char ColProp[MAXEXTPROPCOLNAME];}
COLATTRMAP;
....
}
The COLATTRMAP type is include in the C# intellisence when I type:

myCode. inside my cs file.

Is there any way to avoid this?

Peter
 
Back
Top