http://msdn.microsoft.com/en-us/library/ms182161%28VS.80%29.aspx
Are the three classes described on this paged handled specially in the .NET Framework? (NativeMethods, SafeNativeMethods and UnsafeNativeMethods)
The reason I'm asking is I'm wondering if it is alright to create categories of NativeMethods classes. For example:
ComNativeMethods User32NativeMethods OleStorageNativeMethods