Skip to content

Commit

Permalink
Remove tag prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
hez2010 committed Sep 23, 2023
1 parent f0b5d6b commit ea430aa
Show file tree
Hide file tree
Showing 77 changed files with 1,451 additions and 1,407 deletions.
Binary file modified build/cache/win32extras.json.gz
Binary file not shown.
44 changes: 43 additions & 1 deletion generator.json
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,49 @@
"tagSOLE_AUTHENTICATION_LIST": "SoleAuthenticationList",
"tagSOLE_AUTHENTICATION_SERVICE": "SoleAuthenticationService",
"tagSOLE_AUTHENTICATION_INFO": "SoleAuthenticationInfo",
"tagSTATSTG": "STATSTG"
"tagSTATSTG": "STATSTG",
"tagACTIVATIONTYPE": "ActivationType",
"tagCLSCTX": "CLSCTX",
"tagDCOM_CALL_STATE": "DCOMCallState",
"tagEOLE_AUTHENTICATION_CAPABILITIES": "EoleAuthenticationCapabilities",
"tagEXTCONN": "EXTCONN",
"tagGLOBALOPT_EH_VALUES": "GlobalOptEHValues",
"tagGLOBALOPT_PROPERTIES": "GlobalOptProperties",
"tagGLOBALOPT_RO_FLAGS": "GlobalOptRoFlags",
"tagGLOBALOPT_RPCTP_VALUES": "GlobalOptRPCTPValues",
"tagGLOBALOPT_UNMARSHALING_POLICY_VALUES": "GlobalUnmarshalingPolicyValues",
"tagLOCKTYPE": "LockType",
"tagMEMCTX": "MEMCTX",
"tagMSHCTX": "MSHCTX",
"tagMSHLFLAGS": "MSHLFlags",
"tagRPCOPT_PROPERTIES": "RPCOptProperties",
"tagRPCOPT_SERVER_LOCALITY_VALUES": "RPCOptServerLocalityValues",
"tagSTGTY": "STGTY",
"tagSTREAM_SEEK": "StreamSeek",
"tagADVF": "AdviseFlag",
"tagApplicationType": "ApplicationType",
"tagBIND_FLAGS": "BindFlags",
"tagCALLTYPE": "CallType",
"tagDATADIR": "DATADIR",
"tagMKREDUCE": "MKRREDUCE",
"tagMKSYS": "MKSYS",
"tagPENDINGMSG": "PendingMsg",
"tagPENDINGTYPE": "PendingType",
"tagSERVERCALL": "ServerCall",
"tagShutdownType": "ShutdownType",
"tagTYMED": "TYMED",
"tagBIND_OPTS": "BindOpts",
"tagBIND_OPTS2": "BindOpts2",
"tagBIND_OPTS3": "BindOpts3",
"tagDVTARGETDEVICE": "DVTargetDevice",
"tagFORMATETC": "FORMATETC",
"tagINTERFACEINFO": "InterfaceInfo",
"tagRemSNB": "RemSNB",
"tagRemSTGMEDIUM": "RemSTGMEDIUM",
"tagSTATDATA": "STATDATA",
"tagSTGMEDIUM": "STGMEDIUM",
"TagSTGMEDIUMUnion": "STGMEDIUMUnion",
"tagStorageLayout": "StorageLayout"
},
"bakery": {
"profileNames": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Silk.NET.Core.Win32Extras
{
[Flags]
[NativeName("Name", "tagACTIVATIONTYPE")]
public enum TagACTIVATIONTYPE : int
public enum ActivationType : int
{
[Obsolete("Deprecated in favour of \"Uncategorized\"")]
[NativeName("Name", "ACTIVATIONTYPE_UNCATEGORIZED")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Silk.NET.Core.Win32Extras
{
[Flags]
[NativeName("Name", "tagADVF")]
public enum TagADVF : int
public enum AdviseFlag : int
{
[NativeName("Name", "")]
None = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "tagApplicationType")]
public enum TagApplicationType : int
public enum ApplicationType : int
{
[NativeName("Name", "ServerApplication")]
ServerApplication = 0x0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "tagBIND_FLAGS")]
public enum TagBINDFLAGS : int
public enum BindFlags : int
{
[Obsolete("Deprecated in favour of \"Maybotheruser\"")]
[NativeName("Name", "BIND_MAYBOTHERUSER")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Silk.NET.Core.Win32Extras
{
[Flags]
[NativeName("Name", "tagCLSCTX")]
public enum TagCLSCTX : int
public enum CLSCTX : int
{
[NativeName("Name", "")]
None = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "tagCALLTYPE")]
public enum TagCALLTYPE : int
public enum CallType : int
{
[Obsolete("Deprecated in favour of \"Toplevel\"")]
[NativeName("Name", "CALLTYPE_TOPLEVEL")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "tagDATADIR")]
public enum TagDATADIR : int
public enum DATADIR : int
{
[Obsolete("Deprecated in favour of \"Get\"")]
[NativeName("Name", "DATADIR_GET")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "tagDCOM_CALL_STATE")]
public enum TagDCOMCALLSTATE : int
public enum DCOMCallState : int
{
[Obsolete("Deprecated in favour of \"None\"")]
[NativeName("Name", "DCOM_NONE")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "tagEXTCONN")]
public enum TagEXTCONN : int
public enum EXTCONN : int
{
[Obsolete("Deprecated in favour of \"Strong\"")]
[NativeName("Name", "EXTCONN_STRONG")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Silk.NET.Core.Win32Extras
{
[Flags]
[NativeName("Name", "tagEOLE_AUTHENTICATION_CAPABILITIES")]
public enum TagEOLEAUTHENTICATIONCAPABILITIES : int
public enum EoleAuthenticationCapabilities : int
{
[Obsolete("Deprecated in favour of \"None\"")]
[NativeName("Name", "EOAC_NONE")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "tagGLOBALOPT_EH_VALUES")]
public enum TagGLOBALOPTEHVALUES : int
public enum GlobalOptEHValues : int
{
[Obsolete("Deprecated in favour of \"Handle\"")]
[NativeName("Name", "COMGLB_EXCEPTION_HANDLE")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "tagGLOBALOPT_PROPERTIES")]
public enum TagGLOBALOPTPROPERTIES : int
public enum GlobalOptProperties : int
{
[Obsolete("Deprecated in favour of \"ExceptionHandling\"")]
[NativeName("Name", "COMGLB_EXCEPTION_HANDLING")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "tagGLOBALOPT_RPCTP_VALUES")]
public enum TagGLOBALOPTRPCTPVALUES : int
public enum GlobalOptRPCTPValues : int
{
[Obsolete("Deprecated in favour of \"DefaultPool\"")]
[NativeName("Name", "COMGLB_RPC_THREADPOOL_SETTING_DEFAULT_POOL")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Silk.NET.Core.Win32Extras
{
[Flags]
[NativeName("Name", "tagGLOBALOPT_RO_FLAGS")]
public enum TagGLOBALOPTROFLAGS : int
public enum GlobalOptRoFlags : int
{
[NativeName("Name", "")]
None = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "tagGLOBALOPT_UNMARSHALING_POLICY_VALUES")]
public enum TagGLOBALOPTUNMARSHALINGPOLICYVALUES : int
public enum GlobalUnmarshalingPolicyValues : int
{
[Obsolete("Deprecated in favour of \"Normal\"")]
[NativeName("Name", "COMGLB_UNMARSHALING_POLICY_NORMAL")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "tagLOCKTYPE")]
public enum TagLOCKTYPE : int
public enum LockType : int
{
[Obsolete("Deprecated in favour of \"Write\"")]
[NativeName("Name", "LOCK_WRITE")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Silk.NET.Core.Win32Extras
{
[Flags]
[NativeName("Name", "tagMEMCTX")]
public enum TagMEMCTX : int
public enum MEMCTX : int
{
[NativeName("Name", "")]
None = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Silk.NET.Core.Win32Extras
{
[Flags]
[NativeName("Name", "tagMKREDUCE")]
public enum TagMKREDUCE : int
public enum MKRREDUCE : int
{
[Obsolete("Deprecated in favour of \"One\"")]
[NativeName("Name", "MKRREDUCE_ONE")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "tagMKSYS")]
public enum TagMKSYS : int
public enum MKSYS : int
{
[Obsolete("Deprecated in favour of \"None\"")]
[NativeName("Name", "MKSYS_NONE")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "tagMSHCTX")]
public enum TagMSHCTX : int
public enum MSHCTX : int
{
[Obsolete("Deprecated in favour of \"Local\"")]
[NativeName("Name", "MSHCTX_LOCAL")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Silk.NET.Core.Win32Extras
{
[Flags]
[NativeName("Name", "tagMSHLFLAGS")]
public enum TagMSHLFLAGS : int
public enum MSHLFlags : int
{
[Obsolete("Deprecated in favour of \"Normal\"")]
[NativeName("Name", "MSHLFLAGS_NORMAL")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "tagPENDINGMSG")]
public enum TagPENDINGMSG : int
public enum PendingMsg : int
{
[Obsolete("Deprecated in favour of \"Cancelcall\"")]
[NativeName("Name", "PENDINGMSG_CANCELCALL")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "tagPENDINGTYPE")]
public enum TagPENDINGTYPE : int
public enum PendingType : int
{
[Obsolete("Deprecated in favour of \"Toplevel\"")]
[NativeName("Name", "PENDINGTYPE_TOPLEVEL")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Silk.NET.Core.Win32Extras
{
[Flags]
[NativeName("Name", "tagRPCOPT_PROPERTIES")]
public enum TagRPCOPTPROPERTIES : int
public enum RPCOptProperties : int
{
[NativeName("Name", "")]
None = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "tagRPCOPT_SERVER_LOCALITY_VALUES")]
public enum TagRPCOPTSERVERLOCALITYVALUES : int
public enum RPCOptServerLocalityValues : int
{
[Obsolete("Deprecated in favour of \"ProcessLocal\"")]
[NativeName("Name", "SERVER_LOCALITY_PROCESS_LOCAL")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "tagSTGTY")]
public enum TagSTGTY : int
public enum STGTY : int
{
[Obsolete("Deprecated in favour of \"Storage\"")]
[NativeName("Name", "STGTY_STORAGE")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "tagSERVERCALL")]
public enum TagSERVERCALL : int
public enum ServerCall : int
{
[Obsolete("Deprecated in favour of \"Ishandled\"")]
[NativeName("Name", "SERVERCALL_ISHANDLED")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "tagShutdownType")]
public enum TagShutdownType : int
public enum ShutdownType : int
{
[NativeName("Name", "IdleShutdown")]
IdleShutdown = 0x0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Silk.NET.Core.Win32Extras
{
[NativeName("Name", "tagSTREAM_SEEK")]
public enum TagSTREAMSEEK : int
public enum StreamSeek : int
{
[Obsolete("Deprecated in favour of \"Set\"")]
[NativeName("Name", "STREAM_SEEK_SET")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Silk.NET.Core.Win32Extras
{
[Flags]
[NativeName("Name", "tagTYMED")]
public enum TagTYMED : int
public enum TYMED : int
{
[Obsolete("Deprecated in favour of \"Hglobal\"")]
[NativeName("Name", "TYMED_HGLOBAL")]
Expand Down
Loading

0 comments on commit ea430aa

Please sign in to comment.