Historical Content Alert

This is a historical content for Windows NT 4.0 product and is presented for informative purposes only. All content in this directory is copyrighted and owned by Microsoft.

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.


Share this article: