windows-nt/Source/XPSP1/NT/shell/ext/brfcase/filesync/linkinfo/canon.h

26 lines
348 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
/*
* canon.h - Canonical path manipulation module description.
*/
/* Constants
************/
#define MAX_NETRESOURCE_LEN (2 * MAX_PATH_LEN)
/* Types
********/
/* NETRESOURCE buffer */
typedef union _netresourcebuf
{
NETRESOURCE nr;
BYTE rgbyte[MAX_NETRESOURCE_LEN];
}
NETRESOURCEBUF;
DECLARE_STANDARD_TYPES(NETRESOURCEBUF);