ReactOS 0.4.16-dev-136-g52192f1
|
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <reactos/buildno.h>
#include "../win32err.h"
Go to the source code of this file.
Macros | |
#define | LINKS_SIZE 32768 |
#define | DEVICE_SIZE 8192 |
Functions | |
BOOL WINAPI | GetNextString (char *BufferIn, char *BufferOut, char **Next) |
int | main (int argc, char *argv[]) |
Variables | |
static const LPWSTR | error_prefix = L"lsdd: " |
static char | SymbolicLinks [LINKS_SIZE] |
static char | DosDeviceName [DEVICE_SIZE] |
static char | DeviceNames [DEVICE_SIZE] |
static char | DeviceName [DEVICE_SIZE] |
Definition at line 58 of file lsdd.c.
|
static |
|
static |
|
static |
Definition at line 26 of file lsdd.c.
Referenced by CreateSoundDevice(), DestroySoundDevice(), DriverEntry(), and main().
|
static |