![]() |
CInterfaces() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| Public Constructor |
Declared in: Interfaces.h |
DeclarationCInterfaces( int iMaxInterfaces=20);
Descriptionctor and dtor
Initializer Override(s)
Function Body
try
{
//Set our name
SetName(CInterfaces_Class);
//Allocate the information
m_iMaxInterfaces=iMaxInterfaces;
//Allocate our info
if (!iMaxInterfaces)
m_pInfo=NULL;
else
m_pInfo=new INTERFACE_INFO[m_iMaxInterfaces];
}
ERROR_HANDLER("CInterfaces")
See Also
This web site was generated
using Surveyor V4.50.811.1. Click
here
for more information. |
Site content copyright © 2001 Barak Weichselbaum. See the About page for additional notices. This page last updated: 27 Jun 2001. |