CT_NUMDISKH

 NUMDISKH()
 Determines the number of hard disks

 Syntax

     NUMDISKH() --> nNumber

 Returns

     NUMDISKH() returns the number of physical hard disk drives.

 Description

     This function determines the number of physical hard disk drives (one or
     two).  These should not be confused with logical hard disk drives, that
     can be designated with DOS 3.3.

 Note

     .  The function receives its information from the BIOS.

 Example

     .  How many hard disk drives does my system have?

        ? NUMDISKH()         // Result:  1

See Also: NUMDISKF() NUMDISKL()

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.