mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 05:06:36 +02:00
Initial add of PowerRename from SmartRename repo (#499)
* Initial add of PowerRename from SmartRename repo
This commit is contained in:
12
src/modules/powerrename/unittests/MockPowerRenameItem.h
Normal file
12
src/modules/powerrename/unittests/MockPowerRenameItem.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
#include "stdafx.h"
|
||||
#include <PowerRenameItem.h>
|
||||
#include "srwlock.h"
|
||||
|
||||
class CMockPowerRenameItem :
|
||||
public CPowerRenameItem
|
||||
{
|
||||
public:
|
||||
static HRESULT CreateInstance(_In_opt_ PCWSTR path, _In_opt_ PCWSTR originalName, _In_ UINT depth, _In_ bool isFolder, _Outptr_ IPowerRenameItem** ppItem);
|
||||
void Init(_In_opt_ PCWSTR path, _In_opt_ PCWSTR originalName, _In_ UINT depth, _In_ bool isFolder);
|
||||
};
|
||||
Reference in New Issue
Block a user