Files
foobar2000-sdk/foobar2000/helpers/TypeFind.h

7 lines
120 B
C++

#pragma once
class TypeFind {
public:
static LRESULT Handler(NMHDR* hdr, int subItemFrom = 0, int subItemCnt = 1);
};