Вниз
Скачать: CL | DM;

Физические и логические диски   Найти похожие ветки 

 
Аркадий   (2002-01-20 00:27) [0]

Как узнать какие диски (физ. и лог.) доступны на компьютере и как их добавить в listbox?
Примерно в listboxe это выглядеть это должно так:
A:\
C:\
D:\
Заранее спасибо.


 
Adder ©   (2002-01-20 04:03) [1]

GetLogicalDriveStrings
The GetLogicalDriveStrings function fills a buffer with strings that specify valid drives in the system.

DWORD GetLogicalDriveStrings(
DWORD nBufferLength, // size of buffer
LPTSTR lpBuffer // drive strings buffer
);

Parameters
nBufferLength
[in] Specifies the maximum size, in characters, of the buffer pointed to by lpBuffer. This size does not include the terminating null character.
lpBuffer
[out] Pointer to a buffer that receives a series of null-terminated strings, one for each valid drive in the system, that end with a second null character. The following example shows the buffer contents with <null> representing the terminating null character.
c:\<null>d:\<null><null>
Return Values
If the function succeeds, the return value is the length, in characters, of the strings copied to the buffer, not including the terminating null character.



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.006 c
1-8899
Velocity
2002-01-15 12:28
2002.02.04
Потоки и динамическое выделение памяти


3-8787
Андре
2002-01-08 10:24
2002.02.04
dbiRegenIndexes


1-8859
kaif
2002-01-21 03:56
2002.02.04
MDI и WindowMenu ???


4-9030
swr
2001-12-06 09:41
2002.02.04
Анимированный курсор


3-8792
vygantas
2002-01-08 12:41
2002.02.04
D6 и MySQL




   Наверх