struct use_info_0 {
unsigned char ui0_local[DEVLEN+1];
unsigned char ui0_pad_1;
unsigned char LSFAR * ui0_remote;
};
where:
- ui0_local is an ASCIIZ string specifying the
local device name (such as E:, LPT1, or COM1) being redirected to the shared
resource.
- ui0_pad_1 word-aligns the data structure component.
- ui0_remote points to an ASCIIZ string containing
the netname of the remote resource being accessed. The string must be in
the form \\servername\netname.
[Back]
[Next]