17 lines
240 B
C
17 lines
240 B
C
|
/*
|
||
|
Copyright (c) 1985-1998, Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
|
||
|
efsui.h
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Header file for Encryped File System UI
|
||
|
|
||
|
*/
|
||
|
|
||
|
// Brings up the encryption details page
|
||
|
STDAPI_(void) EfsDetail(HWND hwndParent, LPCWSTR FileName);
|