mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
555 B
24 lines
555 B
//+----------------------------------------------------------------------------
|
|
//
|
|
// Copyright (C) 1992, Microsoft Corporation
|
|
//
|
|
// File: UDfsMrshl.c
|
|
//
|
|
// Contents: User level code to do marshalling of Dfs data structures
|
|
//
|
|
// Classes:
|
|
//
|
|
// Functions:
|
|
//
|
|
// History: March 31, 1994 Milans created
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#include <ntifs.h>
|
|
#include <ntext.h>
|
|
#include "nodetype.h"
|
|
#include "dfsmrshl.h"
|
|
#include "upkt.h"
|
|
#include "libsup.h"
|
|
|
|
#include "dfsmrshl.c"
|