×
30 nov 2007 · Equivalencias API: GetShortPathName. Esta función la podemos usar para convertir un nombre largo en uno corto (tipo MS-DOS 8.3).
30 nov 2007 · ... path. // You can use the same buffer you used for the ... GetShortPathName. La fecha/hora en el servidor es: 14/07/2024 3:52:29
Esta es la declaración del API para 32 bits y un ejemplo de cómo usarla. Private Declare Function GetShortPathName Lib "kernel32" Alias "GetShortPathNameA" _ ( ...
12 ene 2005 · DWORD GetShortPathName( LPCTSTR lpszLongPath, // pointer to a null-terminated path ... name LPCTSTR lpWindowName // pointer to window name );.
12 ene 2005 · GetShortPathName; GetWindowText (otro ejemplo); IsWindowVisible; MoveWindow; OSVERSIONINFO (tipo); POINT POINT_API (tipo) (*); SendMessage ...
12 ene 2005 · GetShortPathName; GetWindowText (otro ejemplo); IsWindowVisible; MoveWindow; OSVERSIONINFO (tipo); POINT POINT_API (tipo) (*); SendMessage ...
[DllImport("kernel32.dll")] public static extern int GetShortPathName(string lpszLongPath, StringBuilder lpszShortPath, int cchBuffer);. Devuelve una cadena ...