This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Sub SetElementTimes ( _ ByVal pwcsName As String, _ ByRef pctime As _FILETIME, _ ByRef patime As _FILETIME, _ ByRef pmtime As _FILETIME _ )
[C#] public void SetElementTimes ( string pwcsName, ref _FILETIME pctime, ref _FILETIME patime, ref _FILETIME pmtime );
[C++]
HRESULT SetElementTimes(
LPWSTR pwcsName,
_FILETIME* pctime,
_FILETIME* patime,
_FILETIME* pmtime
);
[C++] Parameters pwcsName [in]
pwcsName is a parameter of type LPWSTR pctime [in]
pctime is a parameter of type _FILETIME* patime [in]
patime is a parameter of type _FILETIME* pmtime [in]
pmtime is a parameter of type _FILETIME*