10 lines
119 B
C
10 lines
119 B
C
|
#ifndef _SFMSEC_H
|
||
|
#define _SFMSEC_H
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
HRESULT HrSecureSfmDirectory(PCWSTR wszPath);
|
||
|
|
||
|
#endif //!_SFMSEC_H
|
||
|
|