Class Shell32FFM


public final class Shell32FFM extends WindowsForeignFunctions
FFM bindings for Shell32 functions.
  • Constructor Details

    • Shell32FFM

      public Shell32FFM()
  • Method Details

    • CommandLineToArgv

      public static List<String> CommandLineToArgv(String commandLine)
      Parses a Unicode command line string and returns an array of pointers to the command line arguments.
      Parameters:
      commandLine - The command line string to parse
      Returns:
      List of command line arguments, or empty list if parsing fails