How many methods in an interface w9x?
Hi,
I get the following warning from the MIDL compiler:
MIDL2362: too many methods in the interface, requires Windows NT 4.0 SP3 or greater.
On
http://msdn.microsoft.com/library/de...ler_errors.asp
I found that
MIDL2362: too many methods in the interface, requires Windows NT 4.0 SP3 or greater
The maximum number of methods in an interface for versions of Windows NT prior to version
3.51 is 32. Windows NT 4.0 supports up to 110 methods in an interface. Windows NT 4.0 SP
3 supports up to 512 methods in a single interface.
I have indeed more then 110 methods in the interface.
My Question: how many methods in an interface are supported by w95, w98, w98se, winME?
thanks in advance,
Johan