TPM.cs 206 B

12345678910
  1. using System;
  2. namespace LYFZ.OtherExpansion.Win32.Const
  3. {
  4. public sealed class TPM
  5. {
  6. public const int TPM_LEFTALIGN = 0;
  7. public const int TPM_TOPALIGN = 0;
  8. public const int TPM_RETURNCMD = 256;
  9. }
  10. }