GetNameCount

The GetNameCount method returns the name count in an alternate name array.

[VB] long GetNameCount(void);
 
[JAVA] int GetNameCount(void);
 
[C++] HRESULT GetNameCount(
  LONG * pNameCount           // out, return value
);
 

Parameters

[C++] pNameCount
Points to the return value. See Return Values.

Return Values

Returns the name count.


© 1997 by Microsoft Corporation. All rights reserved.