Jump to content

WPDrives: Difference between revisions

From EDM2
Created page with "For disk objects (class WPDisk) you may use the following setup strings: Class WPDisk Key Name Value Description -------------------------------------..."
 
Ak120 (talk | contribs)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
For disk objects (class WPDisk) you may use the following setup strings:
The "Drives" folder is an object of this class. There should only be one object of this class.


;Default Title: "Drives"
  Class WPDisk
;DLL: [[PMWP.DLL]]
;Class definition file: wpdrives.idl
  Key Name        Value          Description
  -----------------------------------------------------------
  DRIVENUM        d              Logical drive number (01-26)


'''Note:''' WPDisk objects are used for CD-ROM drives, fixed disk drives, floppy diskette drives, magnetic tape drives, network drives, PCMCIA drives and RAM drives.
==Remarks==
For disk objects (class WPDisk) you may use the following setup strings:
{|class="wikitable"
|+Class WPDisk
!Key Name||Value||Description
|-
|DRIVENUM||d||Logical drive number (01-26)
|}
;Note: WPDisk objects are used for CD-ROM drives, fixed disk drives, floppy diskette drives, magnetic tape drives, network drives, PCMCIA drives and RAM drives.


Use the keyword ICONRESOURCE to set the icon for WPDisk objects (see Creating drive objects for an example, see Icon resource in default OS/2 DLLs for a way to get the parameter for the keyword ICONRESOURCE)
Use the keyword ICONRESOURCE to set the icon for WPDisk objects (see Creating drive objects for an example, see Icon resource in default OS/2 DLLs for a way to get the parameter for the keyword ICONRESOURCE)


'''Caution:''' You cannot delete a WPDisk object with the shredder! You need BlackHole or a similar tool to do this!
;Caution: You cannot delete a WPDisk object with the shredder! You need BlackHole or a similar tool to do this!
 
==Class hierarchy==
SOMObject
*[[WPObject]]
**[[WPFileSystem]]
***[[WPFolder]]
****WPDrives


[[Category:OS2 API]]
[[Category:WPS Classes]]

Latest revision as of 00:57, 22 July 2020

The "Drives" folder is an object of this class. There should only be one object of this class.

Default Title
"Drives"
DLL
PMWP.DLL
Class definition file
wpdrives.idl

Remarks

For disk objects (class WPDisk) you may use the following setup strings:

Class WPDisk
Key Name Value Description
DRIVENUM d Logical drive number (01-26)
Note
WPDisk objects are used for CD-ROM drives, fixed disk drives, floppy diskette drives, magnetic tape drives, network drives, PCMCIA drives and RAM drives.

Use the keyword ICONRESOURCE to set the icon for WPDisk objects (see Creating drive objects for an example, see Icon resource in default OS/2 DLLs for a way to get the parameter for the keyword ICONRESOURCE)

Caution
You cannot delete a WPDisk object with the shredder! You need BlackHole or a similar tool to do this!

Class hierarchy

SOMObject